Html Css Color HEX #B9AF9C Akaroa

📋 copy color: '#B9AF9C'

red 185 ◦ green 175 ◦ blue 156

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

Shades of Akaroa #B9AF9C

Tints of Akaroa #B9AF9C

RGB

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

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

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

R = 35.85%
G = 33.91%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9AF9C (or 0xB9AF9C) is known color: Akaroa. HEX triplet: B9, AF and 9C. RGB value is (185,175,156). Sum of RGB (Red+Green+Blue) = 185+175+156=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AF9C is #465063. Grayscale: #AFAFAF. Windows color (decimal): -4608100 or 10268601. OLE color: 10268601.

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

Color convert

RGB 185 175 156 -
CMYK 0 0.05 0.16 0.27
HSL 39.31º 0.17% 0.67% -
HSV(B) 39.31º 0.16% 0.73% -
XYZ 41.34 43.37 37.65 -
YUV 175.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 185 175 156 0 0.05 0.16 0.27 39.31 0.17 0.67
Hex B9 AF 9C 0 5 10 1B 27 11 43
Octal 271 257 234 0 5 20 33 47 21 103
Binary 10111001 10101111 10011100 0 101 10000 11011 100111 10001 1000011

Color Harmonies of #B9AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF9C

Black with #B9AF9C

Text Example


Text Example

White with #B9AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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