Html Css Color HEX #B3B38D Coriander

📋 copy color: '#B3B38D'

red 179 ◦ green 179 ◦ blue 141

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

Shades of Coriander #B3B38D

Tints of Coriander #B3B38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 35.87%
G = 35.87%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3B38D (or 0xB3B38D) is known color: Coriander. HEX triplet: B3, B3 and 8D. RGB value is (179,179,141). Sum of RGB (Red+Green+Blue) = 179+179+141=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B38D is #4C4C72. Grayscale: #AEAEAE. Windows color (decimal): -5000307 or 9286579. OLE color: 9286579.

HSL color Cylindrical-coordinate representation of color #B3B38D: hue angle of 60º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3B38D is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 141 -
CMYK 0 0 0.21 0.30
HSL 60º 0.2% 0.63% -
HSV(B) 60º 0.21% 0.7% -
XYZ 39.52 43.75 31.56 -
YUV 174.67 109 131.09 -
System Red Green Blue C M Y K H S L
Decimal 179 179 141 0 0 0.21 0.30 60 0.2 0.63
Hex B3 B3 8D 0 0 15 1E 3C 14 3F
Octal 263 263 215 0 0 25 36 74 24 77
Binary 10110011 10110011 10001101 0 0 10101 11110 111100 10100 111111

Color Harmonies of #B3B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B38D

Black with #B3B38D

Text Example


Text Example

White with #B3B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B38D; }

 p { color: rgb(179,179,141); }

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

background-color css

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

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

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

border-color css

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

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

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