Html Css Color HEX #B8B380 Coriander

📋 copy color: '#B8B380'

red 184 ◦ green 179 ◦ blue 128

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

Shades of Coriander #B8B380

Tints of Coriander #B8B380

RGB

 RED value IS 184 (72.27% from 255) = 37.47%

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

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

R = 37.47%
G = 36.46%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B8B380 (or 0xB8B380) is known color: Coriander. HEX triplet: B8, B3 and 80. RGB value is (184,179,128). Sum of RGB (Red+Green+Blue) = 184+179+128=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B380 is #474C7F. Grayscale: #AEAEAE. Windows color (decimal): -4672640 or 8434616. OLE color: 8434616.

HSL color Cylindrical-coordinate representation of color #B8B380: hue angle of 54.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 #B8B380 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 179 128 -
CMYK 0 0.03 0.30 0.28
HSL 54.64º 0.28% 0.61% -
HSV(B) 54.64º 0.3% 0.72% -
XYZ 39.78 43.99 26.82 -
YUV 174.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 184 179 128 0 0.03 0.30 0.28 54.64 0.28 0.61
Hex B8 B3 80 0 3 1E 1C 37 1C 3D
Octal 270 263 200 0 3 36 34 67 34 75
Binary 10111000 10110011 10000000 0 11 11110 11100 110111 11100 111101

Color Harmonies of #B8B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B380

Black with #B8B380

Text Example


Text Example

White with #B8B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B380; }

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

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

background-color css

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

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

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

border-color css

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

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

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