Html Css Color HEX #BBB19B Akaroa

📋 copy color: '#BBB19B'

red 187 ◦ green 177 ◦ blue 155

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

Shades of Akaroa #BBB19B

Tints of Akaroa #BBB19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.87%

R = 36.03%
G = 34.1%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBB19B (or 0xBBB19B) is known color: Akaroa. HEX triplet: BB, B1 and 9B. RGB value is (187,177,155). Sum of RGB (Red+Green+Blue) = 187+177+155=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19B is #444E64. Grayscale: #B1B1B1. Windows color (decimal): -4476517 or 10203579. OLE color: 10203579.

HSL color Cylindrical-coordinate representation of color #BBB19B: hue angle of 41.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBB19B is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 155 -
CMYK 0 0.05 0.17 0.27
HSL 41.25º 0.19% 0.67% -
HSV(B) 41.25º 0.17% 0.73% -
XYZ 42.13 44.38 37.36 -
YUV 177.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 187 177 155 0 0.05 0.17 0.27 41.25 0.19 0.67
Hex BB B1 9B 0 5 11 1B 29 13 43
Octal 273 261 233 0 5 21 33 51 23 103
Binary 10111011 10110001 10011011 0 101 10001 11011 101001 10011 1000011

Color Harmonies of #BBB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB19B

Black with #BBB19B

Text Example


Text Example

White with #BBB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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