Html Css Color HEX #B7945D Barley Corn

📋 copy color: '#B7945D'

red 183 ◦ green 148 ◦ blue 93

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

Shades of Barley Corn #B7945D

Tints of Barley Corn #B7945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 43.16%
G = 34.91%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7945D (or 0xB7945D) is known color: Barley Corn. HEX triplet: B7, 94 and 5D. RGB value is (183,148,93). Sum of RGB (Red+Green+Blue) = 183+148+93=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7945D is #486BA2. Grayscale: #989898. Windows color (decimal): -4746147 or 6132919. OLE color: 6132919.

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

Color convert

RGB 183 148 93 -
CMYK 0 0.19 0.49 0.28
HSL 36.67º 0.38% 0.54% -
HSV(B) 36.67º 0.49% 0.72% -
XYZ 32.09 32.04 14.85 -
YUV 152.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 183 148 93 0 0.19 0.49 0.28 36.67 0.38 0.54
Hex B7 94 5D 0 13 31 1C 25 26 36
Octal 267 224 135 0 23 61 34 45 46 66
Binary 10110111 10010100 1011101 0 10011 110001 11100 100101 100110 110110

Color Harmonies of #B7945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7945D

Black with #B7945D

Text Example


Text Example

White with #B7945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7945D; }

 p { color: rgb(183,148,93); }

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

background-color css

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

 a { background-color: rgb(183,148,93); }

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

border-color css

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

 span { border-color: rgb(183,148,93); }

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