Html Css Color HEX #B9AE99 Akaroa

📋 copy color: '#B9AE99'

red 185 ◦ green 174 ◦ blue 153

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

Shades of Akaroa #B9AE99

Tints of Akaroa #B9AE99

RGB

 RED value IS 185 (72.66% from 255) = 36.13%

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

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

R = 36.13%
G = 33.98%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9AE99 (or 0xB9AE99) is known color: Akaroa. HEX triplet: B9, AE and 99. RGB value is (185,174,153). Sum of RGB (Red+Green+Blue) = 185+174+153=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AE99 is #465166. Grayscale: #AEAEAE. Windows color (decimal): -4608359 or 10071737. OLE color: 10071737.

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

Color convert

RGB 185 174 153 -
CMYK 0 0.06 0.17 0.27
HSL 39.38º 0.19% 0.66% -
HSV(B) 39.38º 0.17% 0.73% -
XYZ 40.89 42.89 36.26 -
YUV 174.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 185 174 153 0 0.06 0.17 0.27 39.38 0.19 0.66
Hex B9 AE 99 0 6 11 1B 27 13 42
Octal 271 256 231 0 6 21 33 47 23 102
Binary 10111001 10101110 10011001 0 110 10001 11011 100111 10011 1000010

Color Harmonies of #B9AE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AE99

Black with #B9AE99

Text Example


Text Example

White with #B9AE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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