Html Css Color HEX #BBB29C Akaroa

📋 copy color: '#BBB29C'

red 187 ◦ green 178 ◦ blue 156

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

Shades of Akaroa #BBB29C

Tints of Akaroa #BBB29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.17%

 BLUE value IS 156 (61.33% from 255) = 29.94%

R = 35.89%
G = 34.17%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBB29C (or 0xBBB29C) is known color: Akaroa. HEX triplet: BB, B2 and 9C. RGB value is (187,178,156). Sum of RGB (Red+Green+Blue) = 187+178+156=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29C is #444D63. Grayscale: #B2B2B2. Windows color (decimal): -4476260 or 10269371. OLE color: 10269371.

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

Color convert

RGB 187 178 156 -
CMYK 0 0.05 0.17 0.27
HSL 42.58º 0.19% 0.67% -
HSV(B) 42.58º 0.17% 0.73% -
XYZ 42.41 44.81 37.87 -
YUV 178.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 187 178 156 0 0.05 0.17 0.27 42.58 0.19 0.67
Hex BB B2 9C 0 5 11 1B 2B 13 43
Octal 273 262 234 0 5 21 33 53 23 103
Binary 10111011 10110010 10011100 0 101 10001 11011 101011 10011 1000011

Color Harmonies of #BBB29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB29C

Black with #BBB29C

Text Example


Text Example

White with #BBB29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB29C; }

 p { color: rgb(187,178,156); }

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

background-color css

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

 a { background-color: rgb(187,178,156); }

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

border-color css

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

 span { border-color: rgb(187,178,156); }

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