Html Css Color HEX #BBB49F Akaroa

📋 copy color: '#BBB49F'

red 187 ◦ green 180 ◦ blue 159

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

Shades of Akaroa #BBB49F

Tints of Akaroa #BBB49F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.22%

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

R = 35.55%
G = 34.22%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBB49F (or 0xBBB49F) is known color: Akaroa. HEX triplet: BB, B4 and 9F. RGB value is (187,180,159). Sum of RGB (Red+Green+Blue) = 187+180+159=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB49F is #444B60. Grayscale: #B3B3B3. Windows color (decimal): -4475745 or 10466491. OLE color: 10466491.

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

Color convert

RGB 187 180 159 -
CMYK 0 0.04 0.15 0.27
HSL 45º 0.17% 0.68% -
HSV(B) 45º 0.15% 0.73% -
XYZ 43.07 45.71 39.35 -
YUV 179.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 187 180 159 0 0.04 0.15 0.27 45 0.17 0.68
Hex BB B4 9F 0 4 F 1B 2D 11 44
Octal 273 264 237 0 4 17 33 55 21 104
Binary 10111011 10110100 10011111 0 100 1111 11011 101101 10001 1000100

Color Harmonies of #BBB49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB49F

Black with #BBB49F

Text Example


Text Example

White with #BBB49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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