Html Css Color HEX #B8B382 Coriander

📋 copy color: '#B8B382'

red 184 ◦ green 179 ◦ blue 130

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

Shades of Coriander #B8B382

Tints of Coriander #B8B382

RGB

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

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

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

R = 37.32%
G = 36.31%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B8B382 (or 0xB8B382) is known color: Coriander. HEX triplet: B8, B3 and 82. RGB value is (184,179,130). Sum of RGB (Red+Green+Blue) = 184+179+130=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8B382 is #474C7D. Grayscale: #AFAFAF. Windows color (decimal): -4672638 or 8565688. OLE color: 8565688.

HSL color Cylindrical-coordinate representation of color #B8B382: hue angle of 54.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8B382 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 179 130 -
CMYK 0 0.03 0.29 0.28
HSL 54.44º 0.28% 0.62% -
HSV(B) 54.44º 0.29% 0.72% -
XYZ 39.92 44.04 27.52 -
YUV 174.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 184 179 130 0 0.03 0.29 0.28 54.44 0.28 0.62
Hex B8 B3 82 0 3 1D 1C 36 1C 3E
Octal 270 263 202 0 3 35 34 66 34 76
Binary 10111000 10110011 10000010 0 11 11101 11100 110110 11100 111110

Color Harmonies of #B8B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B382

Black with #B8B382

Text Example


Text Example

White with #B8B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B382; }

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

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

background-color css

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

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

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

border-color css

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

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

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