Html Css Color HEX #BBB19D Akaroa

📋 copy color: '#BBB19D'

red 187 ◦ green 177 ◦ blue 157

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

Shades of Akaroa #BBB19D

Tints of Akaroa #BBB19D

RGB

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

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

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

R = 35.89%
G = 33.97%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBB19D (or 0xBBB19D) is known color: Akaroa. HEX triplet: BB, B1 and 9D. RGB value is (187,177,157). Sum of RGB (Red+Green+Blue) = 187+177+157=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB19D is #444E62. Grayscale: #B1B1B1. Windows color (decimal): -4476515 or 10334651. OLE color: 10334651.

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

Color convert

RGB 187 177 157 -
CMYK 0 0.05 0.16 0.27
HSL 40º 0.18% 0.67% -
HSV(B) 40º 0.16% 0.73% -
XYZ 42.3 44.44 38.25 -
YUV 177.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 187 177 157 0 0.05 0.16 0.27 40 0.18 0.67
Hex BB B1 9D 0 5 10 1B 28 12 43
Octal 273 261 235 0 5 20 33 50 22 103
Binary 10111011 10110001 10011101 0 101 10000 11011 101000 10010 1000011

Color Harmonies of #BBB19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB19D

Black with #BBB19D

Text Example


Text Example

White with #BBB19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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