Html Css Color HEX #B9AF9F Akaroa

📋 copy color: '#B9AF9F'

red 185 ◦ green 175 ◦ blue 159

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

Shades of Akaroa #B9AF9F

Tints of Akaroa #B9AF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.64%

R = 35.65%
G = 33.72%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9AF9F (or 0xB9AF9F) is known color: Akaroa. HEX triplet: B9, AF and 9F. RGB value is (185,175,159). Sum of RGB (Red+Green+Blue) = 185+175+159=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF9F is #465060. Grayscale: #B0B0B0. Windows color (decimal): -4608097 or 10465209. OLE color: 10465209.

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

Color convert

RGB 185 175 159 -
CMYK 0 0.05 0.14 0.27
HSL 36.92º 0.16% 0.67% -
HSV(B) 36.92º 0.14% 0.73% -
XYZ 41.6 43.48 39 -
YUV 176.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 185 175 159 0 0.05 0.14 0.27 36.92 0.16 0.67
Hex B9 AF 9F 0 5 E 1B 25 10 43
Octal 271 257 237 0 5 16 33 45 20 103
Binary 10111001 10101111 10011111 0 101 1110 11011 100101 10000 1000011

Color Harmonies of #B9AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF9F

Black with #B9AF9F

Text Example


Text Example

White with #B9AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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