Html Css Color HEX #B9BC67 Dark Khaki

📋 copy color: '#B9BC67'

red 185 ◦ green 188 ◦ blue 103

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

Shades of Dark Khaki #B9BC67

Tints of Dark Khaki #B9BC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.64%

R = 38.87%
G = 39.5%
B = 21.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#B9BC67 (or 0xB9BC67) is known color: Dark Khaki. HEX triplet: B9, BC and 67. RGB value is (185,188,103). Sum of RGB (Red+Green+Blue) = 185+188+103=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC67 is #464398. Grayscale: #B1B1B1. Windows color (decimal): -4604825 or 6798521. OLE color: 6798521.

HSL color Cylindrical-coordinate representation of color #B9BC67: hue angle of 62.12º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9BC67 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 103 -
CMYK 0.02 0 0.45 0.26
HSL 62.12º 0.39% 0.57% -
HSV(B) 62.12º 0.45% 0.74% -
XYZ 40.44 47.26 19.82 -
YUV 177.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 185 188 103 0.02 0 0.45 0.26 62.12 0.39 0.57
Hex B9 BC 67 2 0 2D 1A 3E 27 39
Octal 271 274 147 2 0 55 32 76 47 71
Binary 10111001 10111100 1100111 10 0 101101 11010 111110 100111 111001

Color Harmonies of #B9BC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC67

Black with #B9BC67

Text Example


Text Example

White with #B9BC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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