Html Css Color HEX #B7B380 Coriander

📋 copy color: '#B7B380'

red 183 ◦ green 179 ◦ blue 128

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

Shades of Coriander #B7B380

Tints of Coriander #B7B380

RGB

 RED value IS 183 (71.88% from 255) = 37.35%

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

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

R = 37.35%
G = 36.53%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B7B380 (or 0xB7B380) is known color: Coriander. HEX triplet: B7, B3 and 80. RGB value is (183,179,128). Sum of RGB (Red+Green+Blue) = 183+179+128=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7B380 is #484C7F. Grayscale: #AEAEAE. Windows color (decimal): -4738176 or 8434615. OLE color: 8434615.

HSL color Cylindrical-coordinate representation of color #B7B380: hue angle of 55.64º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7B380 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 179 128 -
CMYK 0 0.02 0.30 0.28
HSL 55.64º 0.28% 0.61% -
HSV(B) 55.64º 0.3% 0.72% -
XYZ 39.54 43.87 26.8 -
YUV 174.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 183 179 128 0 0.02 0.30 0.28 55.64 0.28 0.61
Hex B7 B3 80 0 2 1E 1C 38 1C 3D
Octal 267 263 200 0 2 36 34 70 34 75
Binary 10110111 10110011 10000000 0 10 11110 11100 111000 11100 111101

Color Harmonies of #B7B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B380

Black with #B7B380

Text Example


Text Example

White with #B7B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B380; }

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

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

background-color css

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

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

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

border-color css

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

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

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