Html Css Color HEX #BBA992 Akaroa

📋 copy color: '#BBA992'

red 187 ◦ green 169 ◦ blue 146

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

Shades of Akaroa #BBA992

Tints of Akaroa #BBA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.67%

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

R = 37.25%
G = 33.67%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BBA992 (or 0xBBA992) is known color: Akaroa. HEX triplet: BB, A9 and 92. RGB value is (187,169,146). Sum of RGB (Red+Green+Blue) = 187+169+146=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA992 is #44566D. Grayscale: #ABABAB. Windows color (decimal): -4478574 or 9611707. OLE color: 9611707.

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

Color convert

RGB 187 169 146 -
CMYK 0 0.10 0.22 0.27
HSL 33.66º 0.23% 0.65% -
HSV(B) 33.66º 0.22% 0.73% -
XYZ 39.87 41.02 33.01 -
YUV 171.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 187 169 146 0 0.10 0.22 0.27 33.66 0.23 0.65
Hex BB A9 92 0 A 16 1B 22 17 41
Octal 273 251 222 0 12 26 33 42 27 101
Binary 10111011 10101001 10010010 0 1010 10110 11011 100010 10111 1000001

Color Harmonies of #BBA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA992

Black with #BBA992

Text Example


Text Example

White with #BBA992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA992; }

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

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

background-color css

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

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

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

border-color css

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

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

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