Html Css Color HEX #BFB370 Dark Khaki

📋 copy color: '#BFB370'

red 191 ◦ green 179 ◦ blue 112

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

Shades of Dark Khaki #BFB370

Tints of Dark Khaki #BFB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.14%

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

R = 39.63%
G = 37.14%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB370 (or 0xBFB370) is known color: Dark Khaki. HEX triplet: BF, B3 and 70. RGB value is (191,179,112). Sum of RGB (Red+Green+Blue) = 191+179+112=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB370 is #404C8F. Grayscale: #AFAFAF. Windows color (decimal): -4213904 or 7386047. OLE color: 7386047.

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

Color convert

RGB 191 179 112 -
CMYK 0 0.06 0.41 0.25
HSL 50.89º 0.38% 0.59% -
HSV(B) 50.89º 0.41% 0.75% -
XYZ 40.53 44.49 21.78 -
YUV 174.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 191 179 112 0 0.06 0.41 0.25 50.89 0.38 0.59
Hex BF B3 70 0 6 29 19 33 26 3B
Octal 277 263 160 0 6 51 31 63 46 73
Binary 10111111 10110011 1110000 0 110 101001 11001 110011 100110 111011

Color Harmonies of #BFB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB370

Black with #BFB370

Text Example


Text Example

White with #BFB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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