Html Css Color HEX #B9BE6F Dark Khaki

📋 copy color: '#B9BE6F'

red 185 ◦ green 190 ◦ blue 111

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

Shades of Dark Khaki #B9BE6F

Tints of Dark Khaki #B9BE6F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.09%

 BLUE value IS 111 (43.75% from 255) = 22.84%

R = 38.07%
G = 39.09%
B = 22.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#B9BE6F (or 0xB9BE6F) is known color: Dark Khaki. HEX triplet: B9, BE and 6F. RGB value is (185,190,111). Sum of RGB (Red+Green+Blue) = 185+190+111=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 111 (43.75% from 255 or 22.84% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE6F is #464190. Grayscale: #B3B3B3. Windows color (decimal): -4604305 or 7323321. OLE color: 7323321.

HSL color Cylindrical-coordinate representation of color #B9BE6F: hue angle of 63.8º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9BE6F is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 190 111 -
CMYK 0.03 0 0.42 0.25
HSL 63.8º 0.38% 0.59% -
HSV(B) 63.8º 0.42% 0.75% -
XYZ 41.29 48.29 22.18 -
YUV 179.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 185 190 111 0.03 0 0.42 0.25 63.8 0.38 0.59
Hex B9 BE 6F 3 0 2A 19 40 26 3B
Octal 271 276 157 3 0 52 31 100 46 73
Binary 10111001 10111110 1101111 11 0 101010 11001 1000000 100110 111011

Color Harmonies of #B9BE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE6F

Black with #B9BE6F

Text Example


Text Example

White with #B9BE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE6F; }

 p { color: rgb(185,190,111); }

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

background-color css

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

 a { background-color: rgb(185,190,111); }

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

border-color css

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

 span { border-color: rgb(185,190,111); }

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