Html Css Color HEX #B3875D Barley Corn

📋 copy color: '#B3875D'

red 179 ◦ green 135 ◦ blue 93

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

Shades of Barley Corn #B3875D

Tints of Barley Corn #B3875D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

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

R = 43.98%
G = 33.17%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3875D (or 0xB3875D) is known color: Barley Corn. HEX triplet: B3, 87 and 5D. RGB value is (179,135,93). Sum of RGB (Red+Green+Blue) = 179+135+93=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B3875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3875D is #4C78A2. Grayscale: #8F8F8F. Windows color (decimal): -5011619 or 6129587. OLE color: 6129587.

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

Color convert

RGB 179 135 93 -
CMYK 0 0.25 0.48 0.30
HSL 29.3º 0.36% 0.53% -
HSV(B) 29.3º 0.48% 0.7% -
XYZ 29.23 27.7 14.16 -
YUV 143.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 179 135 93 0 0.25 0.48 0.30 29.3 0.36 0.53
Hex B3 87 5D 0 19 30 1E 1D 24 35
Octal 263 207 135 0 31 60 36 35 44 65
Binary 10110011 10000111 1011101 0 11001 110000 11110 11101 100100 110101

Color Harmonies of #B3875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3875D

Black with #B3875D

Text Example


Text Example

White with #B3875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3875D; }

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

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

background-color css

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

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

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

border-color css

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

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

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