Html Css Color HEX #B3B280 Coriander

📋 copy color: '#B3B280'

red 179 ◦ green 178 ◦ blue 128

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

Shades of Coriander #B3B280

Tints of Coriander #B3B280

RGB

 RED value IS 179 (70.31% from 255) = 36.91%

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

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

R = 36.91%
G = 36.7%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B3B280 (or 0xB3B280) is known color: Coriander. HEX triplet: B3, B2 and 80. RGB value is (179,178,128). Sum of RGB (Red+Green+Blue) = 179+178+128=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B280 is #4C4D7F. Grayscale: #ACACAC. Windows color (decimal): -5000576 or 8434355. OLE color: 8434355.

HSL color Cylindrical-coordinate representation of color #B3B280: hue angle of 58.82º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3B280 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 178 128 -
CMYK 0 0.01 0.28 0.30
HSL 58.82º 0.25% 0.6% -
HSV(B) 58.82º 0.28% 0.7% -
XYZ 38.41 42.98 26.69 -
YUV 172.6 102.83 132.57 -
System Red Green Blue C M Y K H S L
Decimal 179 178 128 0 0.01 0.28 0.30 58.82 0.25 0.6
Hex B3 B2 80 0 1 1C 1E 3B 19 3C
Octal 263 262 200 0 1 34 36 73 31 74
Binary 10110011 10110010 10000000 0 1 11100 11110 111011 11001 111100

Color Harmonies of #B3B280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B280

Black with #B3B280

Text Example


Text Example

White with #B3B280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B280; }

 p { color: rgb(179,178,128); }

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

background-color css

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

 a { background-color: rgb(179,178,128); }

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

border-color css

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

 span { border-color: rgb(179,178,128); }

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