Html Css Color HEX #B0905D Barley Corn

📋 copy color: '#B0905D'

red 176 ◦ green 144 ◦ blue 93

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

Shades of Barley Corn #B0905D

Tints of Barley Corn #B0905D

RGB

 RED value IS 176 (69.14% from 255) = 42.62%

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 42.62%
G = 34.87%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0905D (or 0xB0905D) is known color: Barley Corn. HEX triplet: B0, 90 and 5D. RGB value is (176,144,93). Sum of RGB (Red+Green+Blue) = 176+144+93=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0905D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0905D is #4F6FA2. Grayscale: #939393. Windows color (decimal): -5205923 or 6131888. OLE color: 6131888.

HSL color Cylindrical-coordinate representation of color #B0905D: hue angle of 36.87º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0905D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 93 -
CMYK 0 0.18 0.47 0.31
HSL 36.87º 0.34% 0.53% -
HSV(B) 36.87º 0.47% 0.69% -
XYZ 29.85 29.97 14.57 -
YUV 147.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 176 144 93 0 0.18 0.47 0.31 36.87 0.34 0.53
Hex B0 90 5D 0 12 2F 1F 25 22 35
Octal 260 220 135 0 22 57 37 45 42 65
Binary 10110000 10010000 1011101 0 10010 101111 11111 100101 100010 110101

Color Harmonies of #B0905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0905D

Black with #B0905D

Text Example


Text Example

White with #B0905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0905D; }

 p { color: rgb(176,144,93); }

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

background-color css

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

 a { background-color: rgb(176,144,93); }

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

border-color css

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

 span { border-color: rgb(176,144,93); }

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