Html Css Color HEX #BBB19E Akaroa

📋 copy color: '#BBB19E'

red 187 ◦ green 177 ◦ blue 158

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

Shades of Akaroa #BBB19E

Tints of Akaroa #BBB19E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.91%

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

R = 35.82%
G = 33.91%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBB19E (or 0xBBB19E) is known color: Akaroa. HEX triplet: BB, B1 and 9E. RGB value is (187,177,158). Sum of RGB (Red+Green+Blue) = 187+177+158=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19E is #444E61. Grayscale: #B1B1B1. Windows color (decimal): -4476514 or 10400187. OLE color: 10400187.

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

Color convert

RGB 187 177 158 -
CMYK 0 0.05 0.16 0.27
HSL 39.31º 0.18% 0.68% -
HSV(B) 39.31º 0.16% 0.73% -
XYZ 42.39 44.48 38.7 -
YUV 177.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 187 177 158 0 0.05 0.16 0.27 39.31 0.18 0.68
Hex BB B1 9E 0 5 10 1B 27 12 44
Octal 273 261 236 0 5 20 33 47 22 104
Binary 10111011 10110001 10011110 0 101 10000 11011 100111 10010 1000100

Color Harmonies of #BBB19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB19E

Black with #BBB19E

Text Example


Text Example

White with #BBB19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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