Html Css Color HEX #B0925E Barley Corn

📋 copy color: '#B0925E'

red 176 ◦ green 146 ◦ blue 94

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

Shades of Barley Corn #B0925E

Tints of Barley Corn #B0925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

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

R = 42.31%
G = 35.1%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0925E (or 0xB0925E) is known color: Barley Corn. HEX triplet: B0, 92 and 5E. RGB value is (176,146,94). Sum of RGB (Red+Green+Blue) = 176+146+94=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0925E is #4F6DA1. Grayscale: #959595. Windows color (decimal): -5205410 or 6197936. OLE color: 6197936.

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

Color convert

RGB 176 146 94 -
CMYK 0 0.17 0.47 0.31
HSL 38.05º 0.34% 0.53% -
HSV(B) 38.05º 0.47% 0.69% -
XYZ 30.2 30.6 14.9 -
YUV 149.04 96.94 147.23 -
System Red Green Blue C M Y K H S L
Decimal 176 146 94 0 0.17 0.47 0.31 38.05 0.34 0.53
Hex B0 92 5E 0 11 2F 1F 26 22 35
Octal 260 222 136 0 21 57 37 46 42 65
Binary 10110000 10010010 1011110 0 10001 101111 11111 100110 100010 110101

Color Harmonies of #B0925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0925E

Black with #B0925E

Text Example


Text Example

White with #B0925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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