Html Css Color HEX #B6B58D Coriander

📋 copy color: '#B6B58D'

red 182 ◦ green 181 ◦ blue 141

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

Shades of Coriander #B6B58D

Tints of Coriander #B6B58D

RGB

 RED value IS 182 (71.48% from 255) = 36.11%

 GREEN value IS 181 (71.09% from 255) = 35.91%

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 36.11%
G = 35.91%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6B58D (or 0xB6B58D) is known color: Coriander. HEX triplet: B6, B5 and 8D. RGB value is (182,181,141). Sum of RGB (Red+Green+Blue) = 182+181+141=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B58D is #494A72. Grayscale: #B0B0B0. Windows color (decimal): -4803187 or 9287094. OLE color: 9287094.

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

Color convert

RGB 182 181 141 -
CMYK 0 0.01 0.23 0.29
HSL 58.54º 0.22% 0.63% -
HSV(B) 58.54º 0.23% 0.71% -
XYZ 40.62 44.92 31.73 -
YUV 176.74 107.83 131.75 -
System Red Green Blue C M Y K H S L
Decimal 182 181 141 0 0.01 0.23 0.29 58.54 0.22 0.63
Hex B6 B5 8D 0 1 17 1D 3B 16 3F
Octal 266 265 215 0 1 27 35 73 26 77
Binary 10110110 10110101 10001101 0 1 10111 11101 111011 10110 111111

Color Harmonies of #B6B58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B58D

Black with #B6B58D

Text Example


Text Example

White with #B6B58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B58D; }

 p { color: rgb(182,181,141); }

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

background-color css

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

 a { background-color: rgb(182,181,141); }

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

border-color css

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

 span { border-color: rgb(182,181,141); }

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