Html Css Color HEX #BBBA63 Dark Khaki

📋 copy color: '#BBBA63'

red 187 ◦ green 186 ◦ blue 99

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

Shades of Dark Khaki #BBBA63

Tints of Dark Khaki #BBBA63

RGB

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

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

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

R = 39.62%
G = 39.41%
B = 20.97%

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

#BBBA63 (or 0xBBBA63) is known color: Dark Khaki. HEX triplet: BB, BA and 63. RGB value is (187,186,99). Sum of RGB (Red+Green+Blue) = 187+186+99=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA63 is #44459C. Grayscale: #B0B0B0. Windows color (decimal): -4474269 or 6535867. OLE color: 6535867.

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

Color convert

RGB 187 186 99 -
CMYK 0 0.01 0.47 0.27
HSL 59.32º 0.39% 0.56% -
HSV(B) 59.32º 0.47% 0.73% -
XYZ 40.3 46.58 18.67 -
YUV 176.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 187 186 99 0 0.01 0.47 0.27 59.32 0.39 0.56
Hex BB BA 63 0 1 2F 1B 3B 27 38
Octal 273 272 143 0 1 57 33 73 47 70
Binary 10111011 10111010 1100011 0 1 101111 11011 111011 100111 111000

Color Harmonies of #BBBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA63

Black with #BBBA63

Text Example


Text Example

White with #BBBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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