Html Css Color HEX #B0905E Barley Corn

📋 copy color: '#B0905E'

red 176 ◦ green 144 ◦ blue 94

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

Shades of Barley Corn #B0905E

Tints of Barley Corn #B0905E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 42.51%
G = 34.78%
B = 22.71%

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

#B0905E (or 0xB0905E) is known color: Barley Corn. HEX triplet: B0, 90 and 5E. RGB value is (176,144,94). Sum of RGB (Red+Green+Blue) = 176+144+94=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0905E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0905E is #4F6FA1. Grayscale: #949494. Windows color (decimal): -5205922 or 6197424. OLE color: 6197424.

HSL color Cylindrical-coordinate representation of color #B0905E: hue angle of 36.59º 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 #B0905E is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 94 -
CMYK 0 0.18 0.47 0.31
HSL 36.59º 0.34% 0.53% -
HSV(B) 36.59º 0.47% 0.69% -
XYZ 29.9 29.98 14.8 -
YUV 147.87 97.6 148.07 -
System Red Green Blue C M Y K H S L
Decimal 176 144 94 0 0.18 0.47 0.31 36.59 0.34 0.53
Hex B0 90 5E 0 12 2F 1F 25 22 35
Octal 260 220 136 0 22 57 37 45 42 65
Binary 10110000 10010000 1011110 0 10010 101111 11111 100101 100010 110101

Color Harmonies of #B0905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0905E

Black with #B0905E

Text Example


Text Example

White with #B0905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0905E; }

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

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

background-color css

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

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

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

border-color css

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

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

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