Html Css Color HEX #B9AD9C Akaroa

📋 copy color: '#B9AD9C'

red 185 ◦ green 173 ◦ blue 156

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

Shades of Akaroa #B9AD9C

Tints of Akaroa #B9AD9C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.66%

 BLUE value IS 156 (61.33% from 255) = 30.35%

R = 35.99%
G = 33.66%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9AD9C (or 0xB9AD9C) is known color: Akaroa. HEX triplet: B9, AD and 9C. RGB value is (185,173,156). Sum of RGB (Red+Green+Blue) = 185+173+156=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD9C is #465263. Grayscale: #AEAEAE. Windows color (decimal): -4608612 or 10268089. OLE color: 10268089.

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

Color convert

RGB 185 173 156 -
CMYK 0 0.06 0.16 0.27
HSL 35.17º 0.17% 0.67% -
HSV(B) 35.17º 0.16% 0.73% -
XYZ 40.95 42.6 37.52 -
YUV 174.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 185 173 156 0 0.06 0.16 0.27 35.17 0.17 0.67
Hex B9 AD 9C 0 6 10 1B 23 11 43
Octal 271 255 234 0 6 20 33 43 21 103
Binary 10111001 10101101 10011100 0 110 10000 11011 100011 10001 1000011

Color Harmonies of #B9AD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD9C

Black with #B9AD9C

Text Example


Text Example

White with #B9AD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD9C; }

 p { color: rgb(185,173,156); }

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

background-color css

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

 a { background-color: rgb(185,173,156); }

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

border-color css

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

 span { border-color: rgb(185,173,156); }

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