Html Css Color HEX #BFB977 Dark Khaki

📋 copy color: '#BFB977'

red 191 ◦ green 185 ◦ blue 119

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

Shades of Dark Khaki #BFB977

Tints of Dark Khaki #BFB977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.37%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 38.59%
G = 37.37%
B = 24.04%

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

#BFB977 (or 0xBFB977) is known color: Dark Khaki. HEX triplet: BF, B9 and 77. RGB value is (191,185,119). Sum of RGB (Red+Green+Blue) = 191+185+119=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB977 is #404688. Grayscale: #B3B3B3. Windows color (decimal): -4212361 or 7846335. OLE color: 7846335.

HSL color Cylindrical-coordinate representation of color #BFB977: hue angle of 55º 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 #BFB977 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 119 -
CMYK 0 0.03 0.38 0.25
HSL 55º 0.36% 0.61% -
HSV(B) 55º 0.38% 0.75% -
XYZ 42.16 47.11 24.32 -
YUV 179.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 191 185 119 0 0.03 0.38 0.25 55 0.36 0.61
Hex BF B9 77 0 3 26 19 37 24 3D
Octal 277 271 167 0 3 46 31 67 44 75
Binary 10111111 10111001 1110111 0 11 100110 11001 110111 100100 111101

Color Harmonies of #BFB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB977

Black with #BFB977

Text Example


Text Example

White with #BFB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB977; }

 p { color: rgb(191,185,119); }

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

background-color css

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

 a { background-color: rgb(191,185,119); }

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

border-color css

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

 span { border-color: rgb(191,185,119); }

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