Html Css Color HEX #B7AF9C Akaroa

📋 copy color: '#B7AF9C'

red 183 ◦ green 175 ◦ blue 156

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

Shades of Akaroa #B7AF9C

Tints of Akaroa #B7AF9C

RGB

 RED value IS 183 (71.88% from 255) = 35.6%

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

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

R = 35.6%
G = 34.05%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B7AF9C (or 0xB7AF9C) is known color: Akaroa. HEX triplet: B7, AF and 9C. RGB value is (183,175,156). Sum of RGB (Red+Green+Blue) = 183+175+156=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF9C is #485063. Grayscale: #AFAFAF. Windows color (decimal): -4739172 or 10268599. OLE color: 10268599.

HSL color Cylindrical-coordinate representation of color #B7AF9C: hue angle of 42.22º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7AF9C is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 156 -
CMYK 0 0.04 0.15 0.28
HSL 42.22º 0.16% 0.66% -
HSV(B) 42.22º 0.15% 0.72% -
XYZ 40.86 43.13 37.62 -
YUV 175.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 183 175 156 0 0.04 0.15 0.28 42.22 0.16 0.66
Hex B7 AF 9C 0 4 F 1C 2A 10 42
Octal 267 257 234 0 4 17 34 52 20 102
Binary 10110111 10101111 10011100 0 100 1111 11100 101010 10000 1000010

Color Harmonies of #B7AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF9C

Black with #B7AF9C

Text Example


Text Example

White with #B7AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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