Html Css Color HEX #BFB574 Dark Khaki

📋 copy color: '#BFB574'

red 191 ◦ green 181 ◦ blue 116

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

Shades of Dark Khaki #BFB574

Tints of Dark Khaki #BFB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

 BLUE value IS 116 (45.7% from 255) = 23.77%

R = 39.14%
G = 37.09%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFB574 (or 0xBFB574) is known color: Dark Khaki. HEX triplet: BF, B5 and 74. RGB value is (191,181,116). Sum of RGB (Red+Green+Blue) = 191+181+116=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB574 is #404A8B. Grayscale: #B0B0B0. Windows color (decimal): -4213388 or 7648703. OLE color: 7648703.

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

Color convert

RGB 191 181 116 -
CMYK 0 0.05 0.39 0.25
HSL 52º 0.37% 0.6% -
HSV(B) 52º 0.39% 0.75% -
XYZ 41.16 45.39 23.11 -
YUV 176.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 191 181 116 0 0.05 0.39 0.25 52 0.37 0.6
Hex BF B5 74 0 5 27 19 34 25 3C
Octal 277 265 164 0 5 47 31 64 45 74
Binary 10111111 10110101 1110100 0 101 100111 11001 110100 100101 111100

Color Harmonies of #BFB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB574

Black with #BFB574

Text Example


Text Example

White with #BFB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB574; }

 p { color: rgb(191,181,116); }

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

background-color css

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

 a { background-color: rgb(191,181,116); }

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

border-color css

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

 span { border-color: rgb(191,181,116); }

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