Html Css Color HEX #B58C66 Barley Corn

📋 copy color: '#B58C66'

red 181 ◦ green 140 ◦ blue 102

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

Shades of Barley Corn #B58C66

Tints of Barley Corn #B58C66

RGB

 RED value IS 181 (71.09% from 255) = 42.79%

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 42.79%
G = 33.1%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B58C66 (or 0xB58C66) is known color: Barley Corn. HEX triplet: B5, 8C and 66. RGB value is (181,140,102). Sum of RGB (Red+Green+Blue) = 181+140+102=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C66 is #4A7399. Grayscale: #949494. Windows color (decimal): -4879258 or 6720693. OLE color: 6720693.

HSL color Cylindrical-coordinate representation of color #B58C66: hue angle of 28.86º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58C66 is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 140 102 -
CMYK 0 0.23 0.44 0.29
HSL 28.86º 0.35% 0.55% -
HSV(B) 28.86º 0.44% 0.71% -
XYZ 30.83 29.54 16.65 -
YUV 147.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 181 140 102 0 0.23 0.44 0.29 28.86 0.35 0.55
Hex B5 8C 66 0 17 2C 1D 1D 23 37
Octal 265 214 146 0 27 54 35 35 43 67
Binary 10110101 10001100 1100110 0 10111 101100 11101 11101 100011 110111

Color Harmonies of #B58C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58C66

Black with #B58C66

Text Example


Text Example

White with #B58C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58C66; }

 p { color: rgb(181,140,102); }

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

background-color css

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

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

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

border-color css

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

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

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