Html Css Color HEX #B9B768 Dark Khaki

📋 copy color: '#B9B768'

red 185 ◦ green 183 ◦ blue 104

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

Shades of Dark Khaki #B9B768

Tints of Dark Khaki #B9B768

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.77%

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 39.19%
G = 38.77%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B9B768 (or 0xB9B768) is known color: Dark Khaki. HEX triplet: B9, B7 and 68. RGB value is (185,183,104). Sum of RGB (Red+Green+Blue) = 185+183+104=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 183 (71.88% from 255 or 38.77% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B768 is #464897. Grayscale: #AEAEAE. Windows color (decimal): -4606104 or 6862777. OLE color: 6862777.

HSL color Cylindrical-coordinate representation of color #B9B768: hue angle of 58.52º 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 #B9B768 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 183 104 -
CMYK 0 0.01 0.44 0.27
HSL 58.52º 0.37% 0.57% -
HSV(B) 58.52º 0.44% 0.73% -
XYZ 39.44 45.18 19.74 -
YUV 174.59 88.16 135.42 -
System Red Green Blue C M Y K H S L
Decimal 185 183 104 0 0.01 0.44 0.27 58.52 0.37 0.57
Hex B9 B7 68 0 1 2C 1B 3B 25 39
Octal 271 267 150 0 1 54 33 73 45 71
Binary 10111001 10110111 1101000 0 1 101100 11011 111011 100101 111001

Color Harmonies of #B9B768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B768

Black with #B9B768

Text Example


Text Example

White with #B9B768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B768; }

 p { color: rgb(185,183,104); }

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

background-color css

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

 a { background-color: rgb(185,183,104); }

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

border-color css

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

 span { border-color: rgb(185,183,104); }

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