Html Css Color HEX #BBB09F Akaroa

📋 copy color: '#BBB09F'

red 187 ◦ green 176 ◦ blue 159

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

Shades of Akaroa #BBB09F

Tints of Akaroa #BBB09F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

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

R = 35.82%
G = 33.72%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBB09F (or 0xBBB09F) is known color: Akaroa. HEX triplet: BB, B0 and 9F. RGB value is (187,176,159). Sum of RGB (Red+Green+Blue) = 187+176+159=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB09F is #444F60. Grayscale: #B1B1B1. Windows color (decimal): -4476769 or 10465467. OLE color: 10465467.

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

Color convert

RGB 187 176 159 -
CMYK 0 0.06 0.15 0.27
HSL 36.43º 0.17% 0.68% -
HSV(B) 36.43º 0.15% 0.73% -
XYZ 42.28 44.12 39.09 -
YUV 177.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 187 176 159 0 0.06 0.15 0.27 36.43 0.17 0.68
Hex BB B0 9F 0 6 F 1B 24 11 44
Octal 273 260 237 0 6 17 33 44 21 104
Binary 10111011 10110000 10011111 0 110 1111 11011 100100 10001 1000100

Color Harmonies of #BBB09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB09F

Black with #BBB09F

Text Example


Text Example

White with #BBB09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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