Html Css Color HEX #BFBA76 Dark Khaki

📋 copy color: '#BFBA76'

red 191 ◦ green 186 ◦ blue 118

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

Shades of Dark Khaki #BFBA76

Tints of Dark Khaki #BFBA76

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.58%

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 38.59%
G = 37.58%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BFBA76 (or 0xBFBA76) is known color: Dark Khaki. HEX triplet: BF, BA and 76. RGB value is (191,186,118). Sum of RGB (Red+Green+Blue) = 191+186+118=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA76 is #404589. Grayscale: #B4B4B4. Windows color (decimal): -4212106 or 7781055. OLE color: 7781055.

HSL color Cylindrical-coordinate representation of color #BFBA76: hue angle of 55.89º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFBA76 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 186 118 -
CMYK 0 0.03 0.38 0.25
HSL 55.89º 0.36% 0.61% -
HSV(B) 55.89º 0.38% 0.75% -
XYZ 42.31 47.5 24.08 -
YUV 179.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 191 186 118 0 0.03 0.38 0.25 55.89 0.36 0.61
Hex BF BA 76 0 3 26 19 38 24 3D
Octal 277 272 166 0 3 46 31 70 44 75
Binary 10111111 10111010 1110110 0 11 100110 11001 111000 100100 111101

Color Harmonies of #BFBA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA76

Black with #BFBA76

Text Example


Text Example

White with #BFBA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA76; }

 p { color: rgb(191,186,118); }

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

background-color css

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

 a { background-color: rgb(191,186,118); }

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

border-color css

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

 span { border-color: rgb(191,186,118); }

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