Html Css Color HEX #B4B382 Coriander

📋 copy color: '#B4B382'

red 180 ◦ green 179 ◦ blue 130

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

Shades of Coriander #B4B382

Tints of Coriander #B4B382

RGB

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

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

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

R = 36.81%
G = 36.61%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B4B382 (or 0xB4B382) is known color: Coriander. HEX triplet: B4, B3 and 82. RGB value is (180,179,130). Sum of RGB (Red+Green+Blue) = 180+179+130=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B382 is #4B4C7D. Grayscale: #ADADAD. Windows color (decimal): -4934782 or 8565684. OLE color: 8565684.

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

Color convert

RGB 180 179 130 -
CMYK 0 0.01 0.28 0.29
HSL 58.8º 0.25% 0.61% -
HSV(B) 58.8º 0.28% 0.71% -
XYZ 38.97 43.56 27.47 -
YUV 173.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 180 179 130 0 0.01 0.28 0.29 58.8 0.25 0.61
Hex B4 B3 82 0 1 1C 1D 3B 19 3D
Octal 264 263 202 0 1 34 35 73 31 75
Binary 10110100 10110011 10000010 0 1 11100 11101 111011 11001 111101

Color Harmonies of #B4B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B382

Black with #B4B382

Text Example


Text Example

White with #B4B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B382; }

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

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

background-color css

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

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

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

border-color css

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

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

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