Html Css Color HEX #BFB072 Dark Khaki

📋 copy color: '#BFB072'

red 191 ◦ green 176 ◦ blue 114

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

Shades of Dark Khaki #BFB072

Tints of Dark Khaki #BFB072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.59%

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

R = 39.71%
G = 36.59%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFB072 (or 0xBFB072) is known color: Dark Khaki. HEX triplet: BF, B0 and 72. RGB value is (191,176,114). Sum of RGB (Red+Green+Blue) = 191+176+114=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB072 is #404F8D. Grayscale: #ADADAD. Windows color (decimal): -4214670 or 7516351. OLE color: 7516351.

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

Color convert

RGB 191 176 114 -
CMYK 0 0.08 0.40 0.25
HSL 48.31º 0.38% 0.6% -
HSV(B) 48.31º 0.4% 0.75% -
XYZ 40.05 43.34 22.17 -
YUV 173.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 191 176 114 0 0.08 0.40 0.25 48.31 0.38 0.6
Hex BF B0 72 0 8 28 19 30 26 3C
Octal 277 260 162 0 10 50 31 60 46 74
Binary 10111111 10110000 1110010 0 1000 101000 11001 110000 100110 111100

Color Harmonies of #BFB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB072

Black with #BFB072

Text Example


Text Example

White with #BFB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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