Html Css Color HEX #BFB772 Dark Khaki

📋 copy color: '#BFB772'

red 191 ◦ green 183 ◦ blue 114

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

Shades of Dark Khaki #BFB772

Tints of Dark Khaki #BFB772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.5%

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

R = 39.14%
G = 37.5%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFB772 (or 0xBFB772) is known color: Dark Khaki. HEX triplet: BF, B7 and 72. RGB value is (191,183,114). Sum of RGB (Red+Green+Blue) = 191+183+114=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB772 is #40488D. Grayscale: #B1B1B1. Windows color (decimal): -4212878 or 7518143. OLE color: 7518143.

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

Color convert

RGB 191 183 114 -
CMYK 0 0.04 0.40 0.25
HSL 53.77º 0.38% 0.6% -
HSV(B) 53.77º 0.4% 0.75% -
XYZ 41.46 46.16 22.64 -
YUV 177.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 191 183 114 0 0.04 0.40 0.25 53.77 0.38 0.6
Hex BF B7 72 0 4 28 19 36 26 3C
Octal 277 267 162 0 4 50 31 66 46 74
Binary 10111111 10110111 1110010 0 100 101000 11001 110110 100110 111100

Color Harmonies of #BFB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB772

Black with #BFB772

Text Example


Text Example

White with #BFB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB772; }

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

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

background-color css

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

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

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

border-color css

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

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

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