Html Css Color HEX #BBB29F Akaroa

📋 copy color: '#BBB29F'

red 187 ◦ green 178 ◦ blue 159

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

Shades of Akaroa #BBB29F

Tints of Akaroa #BBB29F

RGB

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

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

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

R = 35.69%
G = 33.97%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBB29F (or 0xBBB29F) is known color: Akaroa. HEX triplet: BB, B2 and 9F. RGB value is (187,178,159). Sum of RGB (Red+Green+Blue) = 187+178+159=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB29F is #444D60. Grayscale: #B2B2B2. Windows color (decimal): -4476257 or 10465979. OLE color: 10465979.

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

Color convert

RGB 187 178 159 -
CMYK 0 0.05 0.15 0.27
HSL 40.71º 0.17% 0.68% -
HSV(B) 40.71º 0.15% 0.73% -
XYZ 42.67 44.91 39.22 -
YUV 178.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 187 178 159 0 0.05 0.15 0.27 40.71 0.17 0.68
Hex BB B2 9F 0 5 F 1B 29 11 44
Octal 273 262 237 0 5 17 33 51 21 104
Binary 10111011 10110010 10011111 0 101 1111 11011 101001 10001 1000100

Color Harmonies of #BBB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB29F

Black with #BBB29F

Text Example


Text Example

White with #BBB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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