Html Css Color HEX #B9BC71 Dark Khaki

📋 copy color: '#B9BC71'

red 185 ◦ green 188 ◦ blue 113

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

Shades of Dark Khaki #B9BC71

Tints of Dark Khaki #B9BC71

RGB

 RED value IS 185 (72.66% from 255) = 38.07%

 GREEN value IS 188 (73.83% from 255) = 38.68%

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 38.07%
G = 38.68%
B = 23.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#B9BC71 (or 0xB9BC71) is known color: Dark Khaki. HEX triplet: B9, BC and 71. RGB value is (185,188,113). Sum of RGB (Red+Green+Blue) = 185+188+113=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC71 is #46438E. Grayscale: #B2B2B2. Windows color (decimal): -4604815 or 7453881. OLE color: 7453881.

HSL color Cylindrical-coordinate representation of color #B9BC71: hue angle of 62.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9BC71 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 113 -
CMYK 0.02 0 0.40 0.26
HSL 62.4º 0.36% 0.59% -
HSV(B) 62.4º 0.4% 0.74% -
XYZ 40.97 47.47 22.63 -
YUV 178.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 185 188 113 0.02 0 0.40 0.26 62.4 0.36 0.59
Hex B9 BC 71 2 0 28 1A 3E 24 3B
Octal 271 274 161 2 0 50 32 76 44 73
Binary 10111001 10111100 1110001 10 0 101000 11010 111110 100100 111011

Color Harmonies of #B9BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC71

Black with #B9BC71

Text Example


Text Example

White with #B9BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC71; }

 p { color: rgb(185,188,113); }

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

background-color css

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

 a { background-color: rgb(185,188,113); }

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

border-color css

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

 span { border-color: rgb(185,188,113); }

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