Html Css Color HEX #B2B38F Coriander

📋 copy color: '#B2B38F'

red 178 ◦ green 179 ◦ blue 143

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

Shades of Coriander #B2B38F

Tints of Coriander #B2B38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 35.6%
G = 35.8%
B = 28.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2B38F (or 0xB2B38F) is known color: Coriander. HEX triplet: B2, B3 and 8F. RGB value is (178,179,143). Sum of RGB (Red+Green+Blue) = 178+179+143=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B38F is #4D4C70. Grayscale: #AEAEAE. Windows color (decimal): -5065841 or 9417650. OLE color: 9417650.

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

Color convert

RGB 178 179 143 -
CMYK 0.01 0 0.20 0.30
HSL 61.67º 0.19% 0.63% -
HSV(B) 61.67º 0.2% 0.7% -
XYZ 39.44 43.69 32.34 -
YUV 174.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 178 179 143 0.01 0 0.20 0.30 61.67 0.19 0.63
Hex B2 B3 8F 1 0 14 1E 3E 13 3F
Octal 262 263 217 1 0 24 36 76 23 77
Binary 10110010 10110011 10001111 1 0 10100 11110 111110 10011 111111

Color Harmonies of #B2B38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B38F

Black with #B2B38F

Text Example


Text Example

White with #B2B38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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