Html Css Color HEX #B3B38C Coriander

📋 copy color: '#B3B38C'

red 179 ◦ green 179 ◦ blue 140

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

Shades of Coriander #B3B38C

Tints of Coriander #B3B38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 35.94%
G = 35.94%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3B38C (or 0xB3B38C) is known color: Coriander. HEX triplet: B3, B3 and 8C. RGB value is (179,179,140). Sum of RGB (Red+Green+Blue) = 179+179+140=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B38C is #4C4C73. Grayscale: #AEAEAE. Windows color (decimal): -5000308 or 9221043. OLE color: 9221043.

HSL color Cylindrical-coordinate representation of color #B3B38C: 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.22%. Process color model (Four color, CMYK) of #B3B38C is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 140 -
CMYK 0 0 0.22 0.30
HSL 60º 0.2% 0.63% -
HSV(B) 60º 0.22% 0.7% -
XYZ 39.44 43.72 31.17 -
YUV 174.55 108.5 131.17 -
System Red Green Blue C M Y K H S L
Decimal 179 179 140 0 0 0.22 0.30 60 0.2 0.63
Hex B3 B3 8C 0 0 16 1E 3C 14 3F
Octal 263 263 214 0 0 26 36 74 24 77
Binary 10110011 10110011 10001100 0 0 10110 11110 111100 10100 111111

Color Harmonies of #B3B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B38C

Black with #B3B38C

Text Example


Text Example

White with #B3B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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