Html Css Color HEX #BBB099 Akaroa

📋 copy color: '#BBB099'

red 187 ◦ green 176 ◦ blue 153

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

Shades of Akaroa #BBB099

Tints of Akaroa #BBB099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.11%

 BLUE value IS 153 (60.16% from 255) = 29.65%

R = 36.24%
G = 34.11%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBB099 (or 0xBBB099) is known color: Akaroa. HEX triplet: BB, B0 and 99. RGB value is (187,176,153). Sum of RGB (Red+Green+Blue) = 187+176+153=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB099 is #444F66. Grayscale: #B0B0B0. Windows color (decimal): -4476775 or 10072251. OLE color: 10072251.

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

Color convert

RGB 187 176 153 -
CMYK 0 0.06 0.18 0.27
HSL 40.59º 0.2% 0.67% -
HSV(B) 40.59º 0.18% 0.73% -
XYZ 41.77 43.92 36.41 -
YUV 176.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 187 176 153 0 0.06 0.18 0.27 40.59 0.2 0.67
Hex BB B0 99 0 6 12 1B 29 14 43
Octal 273 260 231 0 6 22 33 51 24 103
Binary 10111011 10110000 10011001 0 110 10010 11011 101001 10100 1000011

Color Harmonies of #BBB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB099

Black with #BBB099

Text Example


Text Example

White with #BBB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB099; }

 p { color: rgb(187,176,153); }

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

background-color css

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

 a { background-color: rgb(187,176,153); }

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

border-color css

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

 span { border-color: rgb(187,176,153); }

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