Html Css Color HEX #B7925A Barley Corn

📋 copy color: '#B7925A'

red 183 ◦ green 146 ◦ blue 90

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

Shades of Barley Corn #B7925A

Tints of Barley Corn #B7925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 43.68%
G = 34.84%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B7925A (or 0xB7925A) is known color: Barley Corn. HEX triplet: B7, 92 and 5A. RGB value is (183,146,90). Sum of RGB (Red+Green+Blue) = 183+146+90=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7925A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7925A is #486DA5. Grayscale: #969696. Windows color (decimal): -4746662 or 5935799. OLE color: 5935799.

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

Color convert

RGB 183 146 90 -
CMYK 0 0.20 0.51 0.28
HSL 36.13º 0.39% 0.54% -
HSV(B) 36.13º 0.51% 0.72% -
XYZ 31.65 31.36 14.06 -
YUV 150.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 183 146 90 0 0.20 0.51 0.28 36.13 0.39 0.54
Hex B7 92 5A 0 14 33 1C 24 27 36
Octal 267 222 132 0 24 63 34 44 47 66
Binary 10110111 10010010 1011010 0 10100 110011 11100 100100 100111 110110

Color Harmonies of #B7925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7925A

Black with #B7925A

Text Example


Text Example

White with #B7925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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