Html Css Color HEX #BBAE99 Akaroa

📋 copy color: '#BBAE99'

red 187 ◦ green 174 ◦ blue 153

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

Shades of Akaroa #BBAE99

Tints of Akaroa #BBAE99

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.85%

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

R = 36.38%
G = 33.85%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBAE99 (or 0xBBAE99) is known color: Akaroa. HEX triplet: BB, AE and 99. RGB value is (187,174,153). Sum of RGB (Red+Green+Blue) = 187+174+153=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE99 is #445166. Grayscale: #AFAFAF. Windows color (decimal): -4477287 or 10071739. OLE color: 10071739.

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

Color convert

RGB 187 174 153 -
CMYK 0 0.07 0.18 0.27
HSL 37.06º 0.2% 0.67% -
HSV(B) 37.06º 0.18% 0.73% -
XYZ 41.38 43.14 36.28 -
YUV 175.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 187 174 153 0 0.07 0.18 0.27 37.06 0.2 0.67
Hex BB AE 99 0 7 12 1B 25 14 43
Octal 273 256 231 0 7 22 33 45 24 103
Binary 10111011 10101110 10011001 0 111 10010 11011 100101 10100 1000011

Color Harmonies of #BBAE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE99

Black with #BBAE99

Text Example


Text Example

White with #BBAE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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