Html Css Color HEX #BFAB6D Gimblet

📋 copy color: '#BFAB6D'

red 191 ◦ green 171 ◦ blue 109

#BFAB6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gimblet #BFAB6D

Tints of Gimblet #BFAB6D

RGB

 RED value IS 191 (75% from 255) = 40.55%

 GREEN value IS 171 (67.19% from 255) = 36.31%

 BLUE value IS 109 (42.97% from 255) = 23.14%

R = 40.55%
G = 36.31%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFAB6D (or 0xBFAB6D) is known color: Gimblet. HEX triplet: BF, AB and 6D. RGB value is (191,171,109). Sum of RGB (Red+Green+Blue) = 191+171+109=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAB6D is #405492. Grayscale: #AAAAAA. Windows color (decimal): -4215955 or 7187391. OLE color: 7187391.

HSL color Cylindrical-coordinate representation of color #BFAB6D: hue angle of 45.37º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFAB6D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 109 -
CMYK 0 0.10 0.43 0.25
HSL 45.37º 0.39% 0.59% -
HSV(B) 45.37º 0.43% 0.75% -
XYZ 38.81 41.31 20.4 -
YUV 169.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 191 171 109 0 0.10 0.43 0.25 45.37 0.39 0.59
Hex BF AB 6D 0 A 2B 19 2D 27 3B
Octal 277 253 155 0 12 53 31 55 47 73
Binary 10111111 10101011 1101101 0 1010 101011 11001 101101 100111 111011

Color Harmonies of #BFAB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB6D

Black with #BFAB6D

Text Example


Text Example

White with #BFAB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB6D; }

 p { color: rgb(191,171,109); }

 H1.HeaderClassName
 {
   color: #BFAB6D;
 }
 .AnyTagClassName
 {
   color: #BFAB6D;
 }
</style>

background-color css

<style>
 a { background-color: #BFAB6D; }

 a { background-color: rgb(191,171,109); }

 div.DivClassName
 {
   background-color: #BFAB6D;
 }
 .BgClassName
 {
   background-color: #BFAB6D;
 }
</style>

border-color css

<style>
 span { border-color: #BFAB6D; }

 span { border-color: rgb(191,171,109); }

 td.TdClassName
 {
   border-color: #BFAB6D;
 }
 .TagClassName
 {
   border-color: #BFAB6D;
 }
</style>