Html Css Color HEX #BBB19F Akaroa

📋 copy color: '#BBB19F'

red 187 ◦ green 177 ◦ blue 159

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

Shades of Akaroa #BBB19F

Tints of Akaroa #BBB19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.4%

R = 35.76%
G = 33.84%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBB19F (or 0xBBB19F) is known color: Akaroa. HEX triplet: BB, B1 and 9F. RGB value is (187,177,159). Sum of RGB (Red+Green+Blue) = 187+177+159=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19F is #444E60. Grayscale: #B2B2B2. Windows color (decimal): -4476513 or 10465723. OLE color: 10465723.

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

Color convert

RGB 187 177 159 -
CMYK 0 0.05 0.15 0.27
HSL 38.57º 0.17% 0.68% -
HSV(B) 38.57º 0.15% 0.73% -
XYZ 42.47 44.51 39.15 -
YUV 177.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 187 177 159 0 0.05 0.15 0.27 38.57 0.17 0.68
Hex BB B1 9F 0 5 F 1B 27 11 44
Octal 273 261 237 0 5 17 33 47 21 104
Binary 10111011 10110001 10011111 0 101 1111 11011 100111 10001 1000100

Color Harmonies of #BBB19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB19F

Black with #BBB19F

Text Example


Text Example

White with #BBB19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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