Html Css Color HEX #B9BA69 Dark Khaki

📋 copy color: '#B9BA69'

red 185 ◦ green 186 ◦ blue 105

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

Shades of Dark Khaki #B9BA69

Tints of Dark Khaki #B9BA69

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

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

R = 38.87%
G = 39.08%
B = 22.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B9BA69 (or 0xB9BA69) is known color: Dark Khaki. HEX triplet: B9, BA and 69. RGB value is (185,186,105). Sum of RGB (Red+Green+Blue) = 185+186+105=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BA69 is #464596. Grayscale: #B0B0B0. Windows color (decimal): -4605335 or 6929081. OLE color: 6929081.

HSL color Cylindrical-coordinate representation of color #B9BA69: hue angle of 60.74º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9BA69 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 186 105 -
CMYK 0.01 0 0.44 0.27
HSL 60.74º 0.37% 0.57% -
HSV(B) 60.74º 0.44% 0.73% -
XYZ 40.12 46.45 20.22 -
YUV 176.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 185 186 105 0.01 0 0.44 0.27 60.74 0.37 0.57
Hex B9 BA 69 1 0 2C 1B 3D 25 39
Octal 271 272 151 1 0 54 33 75 45 71
Binary 10111001 10111010 1101001 1 0 101100 11011 111101 100101 111001

Color Harmonies of #B9BA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BA69

Black with #B9BA69

Text Example


Text Example

White with #B9BA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BA69; }

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

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

background-color css

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

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

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

border-color css

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

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

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