Html Css Color HEX #B9AF99 Akaroa

📋 copy color: '#B9AF99'

red 185 ◦ green 175 ◦ blue 153

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

Shades of Akaroa #B9AF99

Tints of Akaroa #B9AF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 36.06%
G = 34.11%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9AF99 (or 0xB9AF99) is known color: Akaroa. HEX triplet: B9, AF and 99. RGB value is (185,175,153). Sum of RGB (Red+Green+Blue) = 185+175+153=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF99 is #465066. Grayscale: #AFAFAF. Windows color (decimal): -4608103 or 10071993. OLE color: 10071993.

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

Color convert

RGB 185 175 153 -
CMYK 0 0.05 0.17 0.27
HSL 41.25º 0.19% 0.66% -
HSV(B) 41.25º 0.17% 0.73% -
XYZ 41.09 43.27 36.32 -
YUV 175.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 185 175 153 0 0.05 0.17 0.27 41.25 0.19 0.66
Hex B9 AF 99 0 5 11 1B 29 13 42
Octal 271 257 231 0 5 21 33 51 23 102
Binary 10111001 10101111 10011001 0 101 10001 11011 101001 10011 1000010

Color Harmonies of #B9AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF99

Black with #B9AF99

Text Example


Text Example

White with #B9AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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