Html Css Color HEX #BBB49E Akaroa

📋 copy color: '#BBB49E'

red 187 ◦ green 180 ◦ blue 158

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

Shades of Akaroa #BBB49E

Tints of Akaroa #BBB49E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.29%

 BLUE value IS 158 (62.11% from 255) = 30.1%

R = 35.62%
G = 34.29%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBB49E (or 0xBBB49E) is known color: Akaroa. HEX triplet: BB, B4 and 9E. RGB value is (187,180,158). Sum of RGB (Red+Green+Blue) = 187+180+158=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 180 (70.70% from 255 or 34.29% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB49E is #444B61. Grayscale: #B3B3B3. Windows color (decimal): -4475746 or 10400955. OLE color: 10400955.

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

Color convert

RGB 187 180 158 -
CMYK 0 0.04 0.16 0.27
HSL 45.52º 0.18% 0.68% -
HSV(B) 45.52º 0.16% 0.73% -
XYZ 42.99 45.68 38.9 -
YUV 179.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 187 180 158 0 0.04 0.16 0.27 45.52 0.18 0.68
Hex BB B4 9E 0 4 10 1B 2E 12 44
Octal 273 264 236 0 4 20 33 56 22 104
Binary 10111011 10110100 10011110 0 100 10000 11011 101110 10010 1000100

Color Harmonies of #BBB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB49E

Black with #BBB49E

Text Example


Text Example

White with #BBB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB49E; }

 p { color: rgb(187,180,158); }

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

background-color css

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

 a { background-color: rgb(187,180,158); }

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

border-color css

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

 span { border-color: rgb(187,180,158); }

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