Html Css Color HEX #B3885D Barley Corn

📋 copy color: '#B3885D'

red 179 ◦ green 136 ◦ blue 93

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

Shades of Barley Corn #B3885D

Tints of Barley Corn #B3885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.33%

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 43.87%
G = 33.33%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3885D (or 0xB3885D) is known color: Barley Corn. HEX triplet: B3, 88 and 5D. RGB value is (179,136,93). Sum of RGB (Red+Green+Blue) = 179+136+93=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B3885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3885D is #4C77A2. Grayscale: #909090. Windows color (decimal): -5011363 or 6129843. OLE color: 6129843.

HSL color Cylindrical-coordinate representation of color #B3885D: hue angle of 30º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3885D is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 93 -
CMYK 0 0.24 0.48 0.30
HSL 30º 0.36% 0.53% -
HSV(B) 30º 0.48% 0.7% -
XYZ 29.37 27.98 14.21 -
YUV 143.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 179 136 93 0 0.24 0.48 0.30 30 0.36 0.53
Hex B3 88 5D 0 18 30 1E 1E 24 35
Octal 263 210 135 0 30 60 36 36 44 65
Binary 10110011 10001000 1011101 0 11000 110000 11110 11110 100100 110101

Color Harmonies of #B3885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3885D

Black with #B3885D

Text Example


Text Example

White with #B3885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3885D; }

 p { color: rgb(179,136,93); }

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

background-color css

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

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

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

border-color css

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

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

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