Html Css Color HEX #BFBC72 Dark Khaki

📋 copy color: '#BFBC72'

red 191 ◦ green 188 ◦ blue 114

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

Shades of Dark Khaki #BFBC72

Tints of Dark Khaki #BFBC72

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.13%

 BLUE value IS 114 (44.92% from 255) = 23.12%

R = 38.74%
G = 38.13%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFBC72 (or 0xBFBC72) is known color: Dark Khaki. HEX triplet: BF, BC and 72. RGB value is (191,188,114). Sum of RGB (Red+Green+Blue) = 191+188+114=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC72 is #40438D. Grayscale: #B4B4B4. Windows color (decimal): -4211598 or 7519423. OLE color: 7519423.

HSL color Cylindrical-coordinate representation of color #BFBC72: hue angle of 57.66º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFBC72 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 114 -
CMYK 0 0.02 0.40 0.25
HSL 57.66º 0.38% 0.6% -
HSV(B) 57.66º 0.4% 0.75% -
XYZ 42.51 48.26 22.99 -
YUV 180.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 191 188 114 0 0.02 0.40 0.25 57.66 0.38 0.6
Hex BF BC 72 0 2 28 19 3A 26 3C
Octal 277 274 162 0 2 50 31 72 46 74
Binary 10111111 10111100 1110010 0 10 101000 11001 111010 100110 111100

Color Harmonies of #BFBC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC72

Black with #BFBC72

Text Example


Text Example

White with #BFBC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC72; }

 p { color: rgb(191,188,114); }

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

background-color css

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

 a { background-color: rgb(191,188,114); }

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

border-color css

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

 span { border-color: rgb(191,188,114); }

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