Html Css Color HEX #BBB963 Dark Khaki

📋 copy color: '#BBB963'

red 187 ◦ green 185 ◦ blue 99

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

Shades of Dark Khaki #BBB963

Tints of Dark Khaki #BBB963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.02%

R = 39.7%
G = 39.28%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBB963 (or 0xBBB963) is known color: Dark Khaki. HEX triplet: BB, B9 and 63. RGB value is (187,185,99). Sum of RGB (Red+Green+Blue) = 187+185+99=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB963 is #44469C. Grayscale: #B0B0B0. Windows color (decimal): -4474525 or 6535611. OLE color: 6535611.

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

Color convert

RGB 187 185 99 -
CMYK 0 0.01 0.47 0.27
HSL 58.64º 0.39% 0.56% -
HSV(B) 58.64º 0.47% 0.73% -
XYZ 40.09 46.16 18.6 -
YUV 175.79 84.66 135.99 -
System Red Green Blue C M Y K H S L
Decimal 187 185 99 0 0.01 0.47 0.27 58.64 0.39 0.56
Hex BB B9 63 0 1 2F 1B 3B 27 38
Octal 273 271 143 0 1 57 33 73 47 70
Binary 10111011 10111001 1100011 0 1 101111 11011 111011 100111 111000

Color Harmonies of #BBB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB963

Black with #BBB963

Text Example


Text Example

White with #BBB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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