Html Css Color HEX #B5AF8B Coriander

📋 copy color: '#B5AF8B'

red 181 ◦ green 175 ◦ blue 139

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

Shades of Coriander #B5AF8B

Tints of Coriander #B5AF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 36.57%
G = 35.35%
B = 28.08%

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

#B5AF8B (or 0xB5AF8B) is known color: Coriander. HEX triplet: B5, AF and 8B. RGB value is (181,175,139). Sum of RGB (Red+Green+Blue) = 181+175+139=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF8B is #4A5074. Grayscale: #ACACAC. Windows color (decimal): -4870261 or 9154485. OLE color: 9154485.

HSL color Cylindrical-coordinate representation of color #B5AF8B: hue angle of 51.43º 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 #B5AF8B is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 139 -
CMYK 0 0.03 0.23 0.29
HSL 51.43º 0.22% 0.63% -
HSV(B) 51.43º 0.23% 0.71% -
XYZ 39.05 42.35 30.54 -
YUV 172.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 181 175 139 0 0.03 0.23 0.29 51.43 0.22 0.63
Hex B5 AF 8B 0 3 17 1D 33 16 3F
Octal 265 257 213 0 3 27 35 63 26 77
Binary 10110101 10101111 10001011 0 11 10111 11101 110011 10110 111111

Color Harmonies of #B5AF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF8B

Black with #B5AF8B

Text Example


Text Example

White with #B5AF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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