Html Css Color HEX #B9BF69 Dark Khaki

📋 copy color: '#B9BF69'

red 185 ◦ green 191 ◦ blue 105

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

Shades of Dark Khaki #B9BF69

Tints of Dark Khaki #B9BF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 38.46%
G = 39.71%
B = 21.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#B9BF69 (or 0xB9BF69) is known color: Dark Khaki. HEX triplet: B9, BF and 69. RGB value is (185,191,105). Sum of RGB (Red+Green+Blue) = 185+191+105=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF69 is #464096. Grayscale: #B3B3B3. Windows color (decimal): -4604055 or 6930361. OLE color: 6930361.

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

Color convert

RGB 185 191 105 -
CMYK 0.03 0 0.45 0.25
HSL 64.19º 0.4% 0.58% -
HSV(B) 64.19º 0.45% 0.75% -
XYZ 41.19 48.6 20.57 -
YUV 179.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 185 191 105 0.03 0 0.45 0.25 64.19 0.4 0.58
Hex B9 BF 69 3 0 2D 19 40 28 3A
Octal 271 277 151 3 0 55 31 100 50 72
Binary 10111001 10111111 1101001 11 0 101101 11001 1000000 101000 111010

Color Harmonies of #B9BF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF69

Black with #B9BF69

Text Example


Text Example

White with #B9BF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF69; }

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

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

background-color css

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

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

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

border-color css

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

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

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