#B5AF8B

Color #B5AF8B Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #B5AF8B

Tints of Coriander #B5AF8B

Color information

#B5AF8B (or 0xB5AF8B) is unknown color: approx 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

RGB181175139-
CMYK00.030.230.29
HSL51.43º22.11%62.75%-
HSV(B)51.43º23.2%70.98%-
XYZ39.0542.3530.54-
YUV172.69108.99133.93-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117513900.030.230.2951.4322.1162.75
HexB5AF8B03171D33163f
Octal265257213032735632677
Binary101101011010111110001011011101111110111001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>