Html Css Color HEX #BFB270 Dark Khaki

📋 copy color: '#BFB270'

red 191 ◦ green 178 ◦ blue 112

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

Shades of Dark Khaki #BFB270

Tints of Dark Khaki #BFB270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.01%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 39.71%
G = 37.01%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB270 (or 0xBFB270) is known color: Dark Khaki. HEX triplet: BF, B2 and 70. RGB value is (191,178,112). Sum of RGB (Red+Green+Blue) = 191+178+112=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB270 is #404D8F. Grayscale: #AEAEAE. Windows color (decimal): -4214160 or 7385791. OLE color: 7385791.

HSL color Cylindrical-coordinate representation of color #BFB270: hue angle of 50.13º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFB270 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 178 112 -
CMYK 0 0.07 0.41 0.25
HSL 50.13º 0.38% 0.59% -
HSV(B) 50.13º 0.41% 0.75% -
XYZ 40.33 44.09 21.71 -
YUV 174.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 191 178 112 0 0.07 0.41 0.25 50.13 0.38 0.59
Hex BF B2 70 0 7 29 19 32 26 3B
Octal 277 262 160 0 7 51 31 62 46 73
Binary 10111111 10110010 1110000 0 111 101001 11001 110010 100110 111011

Color Harmonies of #BFB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB270

Black with #BFB270

Text Example


Text Example

White with #BFB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB270; }

 p { color: rgb(191,178,112); }

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

background-color css

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

 a { background-color: rgb(191,178,112); }

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

border-color css

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

 span { border-color: rgb(191,178,112); }

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