Html Css Color HEX #BBB19C Akaroa

📋 copy color: '#BBB19C'

red 187 ◦ green 177 ◦ blue 156

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

Shades of Akaroa #BBB19C

Tints of Akaroa #BBB19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30%

R = 35.96%
G = 34.04%
B = 30%

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

#BBB19C (or 0xBBB19C) is known color: Akaroa. HEX triplet: BB, B1 and 9C. RGB value is (187,177,156). Sum of RGB (Red+Green+Blue) = 187+177+156=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19C is #444E63. Grayscale: #B1B1B1. Windows color (decimal): -4476516 or 10269115. OLE color: 10269115.

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

Color convert

RGB 187 177 156 -
CMYK 0 0.05 0.17 0.27
HSL 40.65º 0.19% 0.67% -
HSV(B) 40.65º 0.17% 0.73% -
XYZ 42.22 44.41 37.8 -
YUV 177.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 187 177 156 0 0.05 0.17 0.27 40.65 0.19 0.67
Hex BB B1 9C 0 5 11 1B 29 13 43
Octal 273 261 234 0 5 21 33 51 23 103
Binary 10111011 10110001 10011100 0 101 10001 11011 101001 10011 1000011

Color Harmonies of #BBB19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB19C

Black with #BBB19C

Text Example


Text Example

White with #BBB19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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