Html Css Color HEX #BBB096 Akaroa

📋 copy color: '#BBB096'

red 187 ◦ green 176 ◦ blue 150

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

Shades of Akaroa #BBB096

Tints of Akaroa #BBB096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.31%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 36.45%
G = 34.31%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBB096 (or 0xBBB096) is known color: Akaroa. HEX triplet: BB, B0 and 96. RGB value is (187,176,150). Sum of RGB (Red+Green+Blue) = 187+176+150=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB096 is #444F69. Grayscale: #B0B0B0. Windows color (decimal): -4476778 or 9875643. OLE color: 9875643.

HSL color Cylindrical-coordinate representation of color #BBB096: hue angle of 42.16º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB096 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 176 150 -
CMYK 0 0.06 0.20 0.27
HSL 42.16º 0.21% 0.66% -
HSV(B) 42.16º 0.2% 0.73% -
XYZ 41.52 43.82 35.12 -
YUV 176.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 187 176 150 0 0.06 0.20 0.27 42.16 0.21 0.66
Hex BB B0 96 0 6 14 1B 2A 15 42
Octal 273 260 226 0 6 24 33 52 25 102
Binary 10111011 10110000 10010110 0 110 10100 11011 101010 10101 1000010

Color Harmonies of #BBB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB096

Black with #BBB096

Text Example


Text Example

White with #BBB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB096; }

 p { color: rgb(187,176,150); }

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

background-color css

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

 a { background-color: rgb(187,176,150); }

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

border-color css

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

 span { border-color: rgb(187,176,150); }

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