Html Css Color HEX #BBAA92 Akaroa

📋 copy color: '#BBAA92'

red 187 ◦ green 170 ◦ blue 146

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

Shades of Akaroa #BBAA92

Tints of Akaroa #BBAA92

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 37.18%
G = 33.8%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBAA92 (or 0xBBAA92) is known color: Akaroa. HEX triplet: BB, AA and 92. RGB value is (187,170,146). Sum of RGB (Red+Green+Blue) = 187+170+146=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA92 is #44556D. Grayscale: #ACACAC. Windows color (decimal): -4478318 or 9611963. OLE color: 9611963.

HSL color Cylindrical-coordinate representation of color #BBAA92: hue angle of 35.12º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAA92 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 146 -
CMYK 0 0.09 0.22 0.27
HSL 35.12º 0.23% 0.65% -
HSV(B) 35.12º 0.22% 0.73% -
XYZ 40.06 41.39 33.07 -
YUV 172.35 113.13 138.45 -
System Red Green Blue C M Y K H S L
Decimal 187 170 146 0 0.09 0.22 0.27 35.12 0.23 0.65
Hex BB AA 92 0 9 16 1B 23 17 41
Octal 273 252 222 0 11 26 33 43 27 101
Binary 10111011 10101010 10010010 0 1001 10110 11011 100011 10111 1000001

Color Harmonies of #BBAA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA92

Black with #BBAA92

Text Example


Text Example

White with #BBAA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA92; }

 p { color: rgb(187,170,146); }

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

background-color css

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

 a { background-color: rgb(187,170,146); }

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

border-color css

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

 span { border-color: rgb(187,170,146); }

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