Html Css Color HEX #B7925E Barley Corn

📋 copy color: '#B7925E'

red 183 ◦ green 146 ◦ blue 94

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

Shades of Barley Corn #B7925E

Tints of Barley Corn #B7925E

RGB

 RED value IS 183 (71.88% from 255) = 43.26%

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

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

R = 43.26%
G = 34.52%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7925E (or 0xB7925E) is known color: Barley Corn. HEX triplet: B7, 92 and 5E. RGB value is (183,146,94). Sum of RGB (Red+Green+Blue) = 183+146+94=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7925E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7925E is #486DA1. Grayscale: #979797. Windows color (decimal): -4746658 or 6197943. OLE color: 6197943.

HSL color Cylindrical-coordinate representation of color #B7925E: hue angle of 35.06º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7925E is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 146 94 -
CMYK 0 0.20 0.49 0.28
HSL 35.06º 0.38% 0.54% -
HSV(B) 35.06º 0.49% 0.72% -
XYZ 31.83 31.43 14.98 -
YUV 151.14 95.76 150.73 -
System Red Green Blue C M Y K H S L
Decimal 183 146 94 0 0.20 0.49 0.28 35.06 0.38 0.54
Hex B7 92 5E 0 14 31 1C 23 26 36
Octal 267 222 136 0 24 61 34 43 46 66
Binary 10110111 10010010 1011110 0 10100 110001 11100 100011 100110 110110

Color Harmonies of #B7925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7925E

Black with #B7925E

Text Example


Text Example

White with #B7925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7925E; }

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

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

background-color css

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

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

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

border-color css

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

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

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