Html Css Color HEX #B4B385 Coriander

📋 copy color: '#B4B385'

red 180 ◦ green 179 ◦ blue 133

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

Shades of Coriander #B4B385

Tints of Coriander #B4B385

RGB

 RED value IS 180 (70.7% from 255) = 36.59%

 GREEN value IS 179 (70.31% from 255) = 36.38%

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 36.59%
G = 36.38%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B4B385 (or 0xB4B385) is known color: Coriander. HEX triplet: B4, B3 and 85. RGB value is (180,179,133). Sum of RGB (Red+Green+Blue) = 180+179+133=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B385 is #4B4C7A. Grayscale: #AEAEAE. Windows color (decimal): -4934779 or 8762292. OLE color: 8762292.

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

Color convert

RGB 180 179 133 -
CMYK 0 0.01 0.26 0.29
HSL 58.72º 0.24% 0.61% -
HSV(B) 58.72º 0.26% 0.71% -
XYZ 39.18 43.64 28.55 -
YUV 174.06 104.83 132.24 -
System Red Green Blue C M Y K H S L
Decimal 180 179 133 0 0.01 0.26 0.29 58.72 0.24 0.61
Hex B4 B3 85 0 1 1A 1D 3B 18 3D
Octal 264 263 205 0 1 32 35 73 30 75
Binary 10110100 10110011 10000101 0 1 11010 11101 111011 11000 111101

Color Harmonies of #B4B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B385

Black with #B4B385

Text Example


Text Example

White with #B4B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B385; }

 p { color: rgb(180,179,133); }

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

background-color css

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

 a { background-color: rgb(180,179,133); }

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

border-color css

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

 span { border-color: rgb(180,179,133); }

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