Html Css Color HEX #B4B180 Coriander

📋 copy color: '#B4B180'

red 180 ◦ green 177 ◦ blue 128

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

Shades of Coriander #B4B180

Tints of Coriander #B4B180

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

 BLUE value IS 128 (50.39% from 255) = 26.39%

R = 37.11%
G = 36.49%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4B180 (or 0xB4B180) is known color: Coriander. HEX triplet: B4, B1 and 80. RGB value is (180,177,128). Sum of RGB (Red+Green+Blue) = 180+177+128=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B180 is #4B4E7F. Grayscale: #ACACAC. Windows color (decimal): -4935296 or 8434100. OLE color: 8434100.

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

Color convert

RGB 180 177 128 -
CMYK 0 0.02 0.29 0.29
HSL 56.54º 0.26% 0.6% -
HSV(B) 56.54º 0.29% 0.71% -
XYZ 38.44 42.71 26.64 -
YUV 172.31 102.99 133.48 -
System Red Green Blue C M Y K H S L
Decimal 180 177 128 0 0.02 0.29 0.29 56.54 0.26 0.6
Hex B4 B1 80 0 2 1D 1D 39 1A 3C
Octal 264 261 200 0 2 35 35 71 32 74
Binary 10110100 10110001 10000000 0 10 11101 11101 111001 11010 111100

Color Harmonies of #B4B180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B180

Black with #B4B180

Text Example


Text Example

White with #B4B180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B180; }

 p { color: rgb(180,177,128); }

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

background-color css

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

 a { background-color: rgb(180,177,128); }

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

border-color css

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

 span { border-color: rgb(180,177,128); }

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