Html Css Color HEX #B9AF9D Akaroa

📋 copy color: '#B9AF9D'

red 185 ◦ green 175 ◦ blue 157

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

Shades of Akaroa #B9AF9D

Tints of Akaroa #B9AF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.37%

R = 35.78%
G = 33.85%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9AF9D (or 0xB9AF9D) is known color: Akaroa. HEX triplet: B9, AF and 9D. RGB value is (185,175,157). Sum of RGB (Red+Green+Blue) = 185+175+157=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF9D is #465062. Grayscale: #B0B0B0. Windows color (decimal): -4608099 or 10334137. OLE color: 10334137.

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

Color convert

RGB 185 175 157 -
CMYK 0 0.05 0.15 0.27
HSL 38.57º 0.17% 0.67% -
HSV(B) 38.57º 0.15% 0.73% -
XYZ 41.42 43.41 38.09 -
YUV 175.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 185 175 157 0 0.05 0.15 0.27 38.57 0.17 0.67
Hex B9 AF 9D 0 5 F 1B 27 11 43
Octal 271 257 235 0 5 17 33 47 21 103
Binary 10111001 10101111 10011101 0 101 1111 11011 100111 10001 1000011

Color Harmonies of #B9AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF9D

Black with #B9AF9D

Text Example


Text Example

White with #B9AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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