Html Css Color HEX #B7AF9E Akaroa

📋 copy color: '#B7AF9E'

red 183 ◦ green 175 ◦ blue 158

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

Shades of Akaroa #B7AF9E

Tints of Akaroa #B7AF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.62%

R = 35.47%
G = 33.91%
B = 30.62%

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

#B7AF9E (or 0xB7AF9E) is known color: Akaroa. HEX triplet: B7, AF and 9E. RGB value is (183,175,158). Sum of RGB (Red+Green+Blue) = 183+175+158=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AF9E is #485061. Grayscale: #AFAFAF. Windows color (decimal): -4739170 or 10399671. OLE color: 10399671.

HSL color Cylindrical-coordinate representation of color #B7AF9E: hue angle of 40.8º 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 #B7AF9E is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 158 -
CMYK 0 0.04 0.14 0.28
HSL 40.8º 0.15% 0.67% -
HSV(B) 40.8º 0.14% 0.72% -
XYZ 41.03 43.2 38.52 -
YUV 175.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 183 175 158 0 0.04 0.14 0.28 40.8 0.15 0.67
Hex B7 AF 9E 0 4 E 1C 29 F 43
Octal 267 257 236 0 4 16 34 51 17 103
Binary 10110111 10101111 10011110 0 100 1110 11100 101001 1111 1000011

Color Harmonies of #B7AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF9E

Black with #B7AF9E

Text Example


Text Example

White with #B7AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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