Html Css Color HEX #BBB49D Akaroa

📋 copy color: '#BBB49D'

red 187 ◦ green 180 ◦ blue 157

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

Shades of Akaroa #BBB49D

Tints of Akaroa #BBB49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.96%

R = 35.69%
G = 34.35%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBB49D (or 0xBBB49D) is known color: Akaroa. HEX triplet: BB, B4 and 9D. RGB value is (187,180,157). Sum of RGB (Red+Green+Blue) = 187+180+157=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB49D is #444B62. Grayscale: #B3B3B3. Windows color (decimal): -4475747 or 10335419. OLE color: 10335419.

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

Color convert

RGB 187 180 157 -
CMYK 0 0.04 0.16 0.27
HSL 46º 0.18% 0.67% -
HSV(B) 46º 0.16% 0.73% -
XYZ 42.9 45.64 38.45 -
YUV 179.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 187 180 157 0 0.04 0.16 0.27 46 0.18 0.67
Hex BB B4 9D 0 4 10 1B 2E 12 43
Octal 273 264 235 0 4 20 33 56 22 103
Binary 10111011 10110100 10011101 0 100 10000 11011 101110 10010 1000011

Color Harmonies of #BBB49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB49D

Black with #BBB49D

Text Example


Text Example

White with #BBB49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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