Html Css Color HEX #B7935A Barley Corn

📋 copy color: '#B7935A'

red 183 ◦ green 147 ◦ blue 90

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

Shades of Barley Corn #B7935A

Tints of Barley Corn #B7935A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

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

R = 43.57%
G = 35%
B = 21.43%

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

#B7935A (or 0xB7935A) is known color: Barley Corn. HEX triplet: B7, 93 and 5A. RGB value is (183,147,90). Sum of RGB (Red+Green+Blue) = 183+147+90=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7935A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7935A is #486CA5. Grayscale: #979797. Windows color (decimal): -4746406 or 5936055. OLE color: 5936055.

HSL color Cylindrical-coordinate representation of color #B7935A: hue angle of 36.77º 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 #B7935A is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 147 90 -
CMYK 0 0.20 0.51 0.28
HSL 36.77º 0.39% 0.54% -
HSV(B) 36.77º 0.51% 0.72% -
XYZ 31.81 31.67 14.11 -
YUV 151.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 183 147 90 0 0.20 0.51 0.28 36.77 0.39 0.54
Hex B7 93 5A 0 14 33 1C 25 27 36
Octal 267 223 132 0 24 63 34 45 47 66
Binary 10110111 10010011 1011010 0 10100 110011 11100 100101 100111 110110

Color Harmonies of #B7935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7935A

Black with #B7935A

Text Example


Text Example

White with #B7935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7935A; }

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

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

background-color css

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

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

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

border-color css

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

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

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