Html Css Color HEX #BBB863 Dark Khaki

📋 copy color: '#BBB863'

red 187 ◦ green 184 ◦ blue 99

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

Shades of Dark Khaki #BBB863

Tints of Dark Khaki #BBB863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.15%

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

R = 39.79%
G = 39.15%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BBB863 (or 0xBBB863) is known color: Dark Khaki. HEX triplet: BB, B8 and 63. RGB value is (187,184,99). Sum of RGB (Red+Green+Blue) = 187+184+99=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 99 (39.06% from 255 or 21.06% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB863 is #44479C. Grayscale: #AFAFAF. Windows color (decimal): -4474781 or 6535355. OLE color: 6535355.

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

Color convert

RGB 187 184 99 -
CMYK 0 0.02 0.47 0.27
HSL 57.95º 0.39% 0.56% -
HSV(B) 57.95º 0.47% 0.73% -
XYZ 39.89 45.75 18.53 -
YUV 175.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 187 184 99 0 0.02 0.47 0.27 57.95 0.39 0.56
Hex BB B8 63 0 2 2F 1B 3A 27 38
Octal 273 270 143 0 2 57 33 72 47 70
Binary 10111011 10111000 1100011 0 10 101111 11011 111010 100111 111000

Color Harmonies of #BBB863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB863

Black with #BBB863

Text Example


Text Example

White with #BBB863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB863; }

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

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

background-color css

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

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

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

border-color css

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

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

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