Html Css Color HEX #BFB570 Dark Khaki

📋 copy color: '#BFB570'

red 191 ◦ green 181 ◦ blue 112

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

Shades of Dark Khaki #BFB570

Tints of Dark Khaki #BFB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

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

R = 39.46%
G = 37.4%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFB570 (or 0xBFB570) is known color: Dark Khaki. HEX triplet: BF, B5 and 70. RGB value is (191,181,112). Sum of RGB (Red+Green+Blue) = 191+181+112=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB570 is #404A8F. Grayscale: #B0B0B0. Windows color (decimal): -4213392 or 7386559. OLE color: 7386559.

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

Color convert

RGB 191 181 112 -
CMYK 0 0.05 0.41 0.25
HSL 52.41º 0.38% 0.59% -
HSV(B) 52.41º 0.41% 0.75% -
XYZ 40.93 45.29 21.91 -
YUV 176.12 91.81 138.61 -
System Red Green Blue C M Y K H S L
Decimal 191 181 112 0 0.05 0.41 0.25 52.41 0.38 0.59
Hex BF B5 70 0 5 29 19 34 26 3B
Octal 277 265 160 0 5 51 31 64 46 73
Binary 10111111 10110101 1110000 0 101 101001 11001 110100 100110 111011

Color Harmonies of #BFB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB570

Black with #BFB570

Text Example


Text Example

White with #BFB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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