Html Css Color HEX #B5B282 Coriander

📋 copy color: '#B5B282'

red 181 ◦ green 178 ◦ blue 130

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

Shades of Coriander #B5B282

Tints of Coriander #B5B282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.4%

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 37.01%
G = 36.4%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B5B282 (or 0xB5B282) is known color: Coriander. HEX triplet: B5, B2 and 82. RGB value is (181,178,130). Sum of RGB (Red+Green+Blue) = 181+178+130=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B282 is #4A4D7D. Grayscale: #ADADAD. Windows color (decimal): -4869502 or 8565429. OLE color: 8565429.

HSL color Cylindrical-coordinate representation of color #B5B282: hue angle of 56.47º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5B282 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 178 130 -
CMYK 0 0.02 0.28 0.29
HSL 56.47º 0.26% 0.61% -
HSV(B) 56.47º 0.28% 0.71% -
XYZ 39.01 43.28 27.42 -
YUV 173.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 181 178 130 0 0.02 0.28 0.29 56.47 0.26 0.61
Hex B5 B2 82 0 2 1C 1D 38 1A 3D
Octal 265 262 202 0 2 34 35 70 32 75
Binary 10110101 10110010 10000010 0 10 11100 11101 111000 11010 111101

Color Harmonies of #B5B282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B282

Black with #B5B282

Text Example


Text Example

White with #B5B282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B282; }

 p { color: rgb(181,178,130); }

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

background-color css

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

 a { background-color: rgb(181,178,130); }

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

border-color css

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

 span { border-color: rgb(181,178,130); }

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