Html Css Color HEX #BFB978 Dark Khaki

📋 copy color: '#BFB978'

red 191 ◦ green 185 ◦ blue 120

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

Shades of Dark Khaki #BFB978

Tints of Dark Khaki #BFB978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 38.51%
G = 37.3%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BFB978 (or 0xBFB978) is known color: Dark Khaki. HEX triplet: BF, B9 and 78. RGB value is (191,185,120). Sum of RGB (Red+Green+Blue) = 191+185+120=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB978 is #404687. Grayscale: #B3B3B3. Windows color (decimal): -4212360 or 7911871. OLE color: 7911871.

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

Color convert

RGB 191 185 120 -
CMYK 0 0.03 0.37 0.25
HSL 54.93º 0.36% 0.61% -
HSV(B) 54.93º 0.37% 0.75% -
XYZ 42.22 47.13 24.64 -
YUV 179.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 191 185 120 0 0.03 0.37 0.25 54.93 0.36 0.61
Hex BF B9 78 0 3 25 19 37 24 3D
Octal 277 271 170 0 3 45 31 67 44 75
Binary 10111111 10111001 1111000 0 11 100101 11001 110111 100100 111101

Color Harmonies of #BFB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB978

Black with #BFB978

Text Example


Text Example

White with #BFB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB978; }

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

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

background-color css

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

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

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

border-color css

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

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

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