Html Css Color HEX #BBAD99 Akaroa

📋 copy color: '#BBAD99'

red 187 ◦ green 173 ◦ blue 153

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

Shades of Akaroa #BBAD99

Tints of Akaroa #BBAD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.72%

 BLUE value IS 153 (60.16% from 255) = 29.82%

R = 36.45%
G = 33.72%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBAD99 (or 0xBBAD99) is known color: Akaroa. HEX triplet: BB, AD and 99. RGB value is (187,173,153). Sum of RGB (Red+Green+Blue) = 187+173+153=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD99 is #445266. Grayscale: #AFAFAF. Windows color (decimal): -4477543 or 10071483. OLE color: 10071483.

HSL color Cylindrical-coordinate representation of color #BBAD99: hue angle of 35.29º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBAD99 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 153 -
CMYK 0 0.07 0.18 0.27
HSL 35.29º 0.2% 0.67% -
HSV(B) 35.29º 0.18% 0.73% -
XYZ 41.19 42.75 36.22 -
YUV 174.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 187 173 153 0 0.07 0.18 0.27 35.29 0.2 0.67
Hex BB AD 99 0 7 12 1B 23 14 43
Octal 273 255 231 0 7 22 33 43 24 103
Binary 10111011 10101101 10011001 0 111 10010 11011 100011 10100 1000011

Color Harmonies of #BBAD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD99

Black with #BBAD99

Text Example


Text Example

White with #BBAD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD99; }

 p { color: rgb(187,173,153); }

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

background-color css

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

 a { background-color: rgb(187,173,153); }

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

border-color css

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

 span { border-color: rgb(187,173,153); }

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