Html Css Color HEX #BBB968 Dark Khaki

📋 copy color: '#BBB968'

red 187 ◦ green 185 ◦ blue 104

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

Shades of Dark Khaki #BBB968

Tints of Dark Khaki #BBB968

RGB

 RED value IS 187 (73.44% from 255) = 39.29%

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

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

R = 39.29%
G = 38.87%
B = 21.85%

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

#BBB968 (or 0xBBB968) is known color: Dark Khaki. HEX triplet: BB, B9 and 68. RGB value is (187,185,104). Sum of RGB (Red+Green+Blue) = 187+185+104=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB968 is #444697. Grayscale: #B0B0B0. Windows color (decimal): -4474520 or 6863291. OLE color: 6863291.

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

Color convert

RGB 187 185 104 -
CMYK 0 0.01 0.44 0.27
HSL 58.55º 0.38% 0.57% -
HSV(B) 58.55º 0.44% 0.73% -
XYZ 40.34 46.26 19.9 -
YUV 176.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 187 185 104 0 0.01 0.44 0.27 58.55 0.38 0.57
Hex BB B9 68 0 1 2C 1B 3B 26 39
Octal 273 271 150 0 1 54 33 73 46 71
Binary 10111011 10111001 1101000 0 1 101100 11011 111011 100110 111001

Color Harmonies of #BBB968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB968

Black with #BBB968

Text Example


Text Example

White with #BBB968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB968; }

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

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

background-color css

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

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

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

border-color css

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

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

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