Html Css Color HEX #B9BF6D Dark Khaki

📋 copy color: '#B9BF6D'

red 185 ◦ green 191 ◦ blue 109

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

Shades of Dark Khaki #B9BF6D

Tints of Dark Khaki #B9BF6D

RGB

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

 GREEN value IS 191 (75% from 255) = 39.38%

 BLUE value IS 109 (42.97% from 255) = 22.47%

R = 38.14%
G = 39.38%
B = 22.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#B9BF6D (or 0xB9BF6D) is known color: Dark Khaki. HEX triplet: B9, BF and 6D. RGB value is (185,191,109). Sum of RGB (Red+Green+Blue) = 185+191+109=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF6D is #464092. Grayscale: #B4B4B4. Windows color (decimal): -4604051 or 7192505. OLE color: 7192505.

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

Color convert

RGB 185 191 109 -
CMYK 0.03 0 0.43 0.25
HSL 64.39º 0.39% 0.59% -
HSV(B) 64.39º 0.43% 0.75% -
XYZ 41.4 48.68 21.68 -
YUV 179.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 185 191 109 0.03 0 0.43 0.25 64.39 0.39 0.59
Hex B9 BF 6D 3 0 2B 19 40 27 3B
Octal 271 277 155 3 0 53 31 100 47 73
Binary 10111001 10111111 1101101 11 0 101011 11001 1000000 100111 111011

Color Harmonies of #B9BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF6D

Black with #B9BF6D

Text Example


Text Example

White with #B9BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF6D; }

 p { color: rgb(185,191,109); }

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

background-color css

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

 a { background-color: rgb(185,191,109); }

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

border-color css

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

 span { border-color: rgb(185,191,109); }

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