Html Css Color HEX #BFB874 Dark Khaki

📋 copy color: '#BFB874'

red 191 ◦ green 184 ◦ blue 116

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

Shades of Dark Khaki #BFB874

Tints of Dark Khaki #BFB874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.47%

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

R = 38.9%
G = 37.47%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BFB874 (or 0xBFB874) is known color: Dark Khaki. HEX triplet: BF, B8 and 74. RGB value is (191,184,116). Sum of RGB (Red+Green+Blue) = 191+184+116=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB874 is #40478B. Grayscale: #B2B2B2. Windows color (decimal): -4212620 or 7649471. OLE color: 7649471.

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

Color convert

RGB 191 184 116 -
CMYK 0 0.04 0.39 0.25
HSL 54.4º 0.37% 0.6% -
HSV(B) 54.4º 0.39% 0.75% -
XYZ 41.78 46.62 23.32 -
YUV 178.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 191 184 116 0 0.04 0.39 0.25 54.4 0.37 0.6
Hex BF B8 74 0 4 27 19 36 25 3C
Octal 277 270 164 0 4 47 31 66 45 74
Binary 10111111 10111000 1110100 0 100 100111 11001 110110 100101 111100

Color Harmonies of #BFB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB874

Black with #BFB874

Text Example


Text Example

White with #BFB874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB874; }

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

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

background-color css

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

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

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

border-color css

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

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

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