Html Css Color HEX #B5AFA0 Akaroa

📋 copy color: '#B5AFA0'

red 181 ◦ green 175 ◦ blue 160

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

Shades of Akaroa #B5AFA0

Tints of Akaroa #B5AFA0

RGB

 RED value IS 181 (71.09% from 255) = 35.08%

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

 BLUE value IS 160 (62.89% from 255) = 31.01%

R = 35.08%
G = 33.91%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5AFA0 (or 0xB5AFA0) is known color: Akaroa. HEX triplet: B5, AF and A0. RGB value is (181,175,160). Sum of RGB (Red+Green+Blue) = 181+175+160=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFA0 is #4A505F. Grayscale: #AFAFAF. Windows color (decimal): -4870240 or 10530741. OLE color: 10530741.

HSL color Cylindrical-coordinate representation of color #B5AFA0: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5AFA0 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 160 -
CMYK 0 0.03 0.12 0.29
HSL 42.86º 0.12% 0.67% -
HSV(B) 42.86º 0.12% 0.71% -
XYZ 40.73 43.02 39.41 -
YUV 175.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 181 175 160 0 0.03 0.12 0.29 42.86 0.12 0.67
Hex B5 AF A0 0 3 C 1D 2B C 43
Octal 265 257 240 0 3 14 35 53 14 103
Binary 10110101 10101111 10100000 0 11 1100 11101 101011 1100 1000011

Color Harmonies of #B5AFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFA0

Black with #B5AFA0

Text Example


Text Example

White with #B5AFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFA0; }

 p { color: rgb(181,175,160); }

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

background-color css

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

 a { background-color: rgb(181,175,160); }

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

border-color css

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

 span { border-color: rgb(181,175,160); }

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