Html Css Color HEX #B2B38D Coriander

📋 copy color: '#B2B38D'

red 178 ◦ green 179 ◦ blue 141

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

Shades of Coriander #B2B38D

Tints of Coriander #B2B38D

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

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

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

R = 35.74%
G = 35.94%
B = 28.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2B38D (or 0xB2B38D) is known color: Coriander. HEX triplet: B2, B3 and 8D. RGB value is (178,179,141). Sum of RGB (Red+Green+Blue) = 178+179+141=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B38D is #4D4C72. Grayscale: #AEAEAE. Windows color (decimal): -5065843 or 9286578. OLE color: 9286578.

HSL color Cylindrical-coordinate representation of color #B2B38D: hue angle of 61.58º 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 #B2B38D is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 141 -
CMYK 0.01 0 0.21 0.30
HSL 61.58º 0.2% 0.63% -
HSV(B) 61.58º 0.21% 0.7% -
XYZ 39.29 43.63 31.55 -
YUV 174.37 109.17 130.59 -
System Red Green Blue C M Y K H S L
Decimal 178 179 141 0.01 0 0.21 0.30 61.58 0.2 0.63
Hex B2 B3 8D 1 0 15 1E 3E 14 3F
Octal 262 263 215 1 0 25 36 76 24 77
Binary 10110010 10110011 10001101 1 0 10101 11110 111110 10100 111111

Color Harmonies of #B2B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B38D

Black with #B2B38D

Text Example


Text Example

White with #B2B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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