Html Css Color HEX #BBB095 Akaroa

📋 copy color: '#BBB095'

red 187 ◦ green 176 ◦ blue 149

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

Shades of Akaroa #BBB095

Tints of Akaroa #BBB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 36.52%
G = 34.38%
B = 29.1%

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

#BBB095 (or 0xBBB095) is known color: Akaroa. HEX triplet: BB, B0 and 95. RGB value is (187,176,149). Sum of RGB (Red+Green+Blue) = 187+176+149=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB095 is #444F6A. Grayscale: #B0B0B0. Windows color (decimal): -4476779 or 9810107. OLE color: 9810107.

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

Color convert

RGB 187 176 149 -
CMYK 0 0.06 0.20 0.27
HSL 42.63º 0.22% 0.66% -
HSV(B) 42.63º 0.2% 0.73% -
XYZ 41.44 43.79 34.7 -
YUV 176.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 187 176 149 0 0.06 0.20 0.27 42.63 0.22 0.66
Hex BB B0 95 0 6 14 1B 2B 16 42
Octal 273 260 225 0 6 24 33 53 26 102
Binary 10111011 10110000 10010101 0 110 10100 11011 101011 10110 1000010

Color Harmonies of #BBB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB095

Black with #BBB095

Text Example


Text Example

White with #BBB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB095; }

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

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

background-color css

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

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

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

border-color css

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

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

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