Html Css Color HEX #B5AF8C Coriander

📋 copy color: '#B5AF8C'

red 181 ◦ green 175 ◦ blue 140

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

Shades of Coriander #B5AF8C

Tints of Coriander #B5AF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.23%

R = 36.49%
G = 35.28%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5AF8C (or 0xB5AF8C) is known color: Coriander. HEX triplet: B5, AF and 8C. RGB value is (181,175,140). Sum of RGB (Red+Green+Blue) = 181+175+140=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF8C is #4A5073. Grayscale: #ACACAC. Windows color (decimal): -4870260 or 9220021. OLE color: 9220021.

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

Color convert

RGB 181 175 140 -
CMYK 0 0.03 0.23 0.29
HSL 51.22º 0.22% 0.63% -
HSV(B) 51.22º 0.23% 0.71% -
XYZ 39.12 42.38 30.93 -
YUV 172.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 181 175 140 0 0.03 0.23 0.29 51.22 0.22 0.63
Hex B5 AF 8C 0 3 17 1D 33 16 3F
Octal 265 257 214 0 3 27 35 63 26 77
Binary 10110101 10101111 10001100 0 11 10111 11101 110011 10110 111111

Color Harmonies of #B5AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF8C

Black with #B5AF8C

Text Example


Text Example

White with #B5AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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