Html Css Color HEX #B9AC99 Akaroa

📋 copy color: '#B9AC99'

red 185 ◦ green 172 ◦ blue 153

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

Shades of Akaroa #B9AC99

Tints of Akaroa #B9AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.73%

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

R = 36.27%
G = 33.73%
B = 30%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9AC99 (or 0xB9AC99) is known color: Akaroa. HEX triplet: B9, AC and 99. RGB value is (185,172,153). Sum of RGB (Red+Green+Blue) = 185+172+153=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AC99 is #465366. Grayscale: #ADADAD. Windows color (decimal): -4608871 or 10071225. OLE color: 10071225.

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

Color convert

RGB 185 172 153 -
CMYK 0 0.07 0.17 0.27
HSL 35.63º 0.19% 0.66% -
HSV(B) 35.63º 0.17% 0.73% -
XYZ 40.51 42.12 36.13 -
YUV 173.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 185 172 153 0 0.07 0.17 0.27 35.63 0.19 0.66
Hex B9 AC 99 0 7 11 1B 24 13 42
Octal 271 254 231 0 7 21 33 44 23 102
Binary 10111001 10101100 10011001 0 111 10001 11011 100100 10011 1000010

Color Harmonies of #B9AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AC99

Black with #B9AC99

Text Example


Text Example

White with #B9AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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