Html Css Color HEX #B7AF9D Akaroa

📋 copy color: '#B7AF9D'

red 183 ◦ green 175 ◦ blue 157

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

Shades of Akaroa #B7AF9D

Tints of Akaroa #B7AF9D

RGB

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

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

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

R = 35.53%
G = 33.98%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B7AF9D (or 0xB7AF9D) is known color: Akaroa. HEX triplet: B7, AF and 9D. RGB value is (183,175,157). Sum of RGB (Red+Green+Blue) = 183+175+157=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF9D is #485062. Grayscale: #AFAFAF. Windows color (decimal): -4739171 or 10334135. OLE color: 10334135.

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

Color convert

RGB 183 175 157 -
CMYK 0 0.04 0.14 0.28
HSL 41.54º 0.15% 0.67% -
HSV(B) 41.54º 0.14% 0.72% -
XYZ 40.94 43.16 38.07 -
YUV 175.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 183 175 157 0 0.04 0.14 0.28 41.54 0.15 0.67
Hex B7 AF 9D 0 4 E 1C 2A F 43
Octal 267 257 235 0 4 16 34 52 17 103
Binary 10110111 10101111 10011101 0 100 1110 11100 101010 1111 1000011

Color Harmonies of #B7AF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF9D

Black with #B7AF9D

Text Example


Text Example

White with #B7AF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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