Html Css Color HEX #BFBD70 Dark Khaki

📋 copy color: '#BFBD70'

red 191 ◦ green 189 ◦ blue 112

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

Shades of Dark Khaki #BFBD70

Tints of Dark Khaki #BFBD70

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

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

R = 38.82%
G = 38.41%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFBD70 (or 0xBFBD70) is known color: Dark Khaki. HEX triplet: BF, BD and 70. RGB value is (191,189,112). Sum of RGB (Red+Green+Blue) = 191+189+112=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 112 (44.14% from 255 or 22.76% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD70 is #40428F. Grayscale: #B5B5B5. Windows color (decimal): -4211344 or 7388607. OLE color: 7388607.

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

Color convert

RGB 191 189 112 -
CMYK 0 0.01 0.41 0.25
HSL 58.48º 0.38% 0.59% -
HSV(B) 58.48º 0.41% 0.75% -
XYZ 42.61 48.64 22.47 -
YUV 180.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 191 189 112 0 0.01 0.41 0.25 58.48 0.38 0.59
Hex BF BD 70 0 1 29 19 3A 26 3B
Octal 277 275 160 0 1 51 31 72 46 73
Binary 10111111 10111101 1110000 0 1 101001 11001 111010 100110 111011

Color Harmonies of #BFBD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD70

Black with #BFBD70

Text Example


Text Example

White with #BFBD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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