Html Css Color HEX #B7955D Barley Corn

📋 copy color: '#B7955D'

red 183 ◦ green 149 ◦ blue 93

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

Shades of Barley Corn #B7955D

Tints of Barley Corn #B7955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

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

R = 43.06%
G = 35.06%
B = 21.88%

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

#B7955D (or 0xB7955D) is known color: Barley Corn. HEX triplet: B7, 95 and 5D. RGB value is (183,149,93). Sum of RGB (Red+Green+Blue) = 183+149+93=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7955D is #486AA2. Grayscale: #999999. Windows color (decimal): -4745891 or 6133175. OLE color: 6133175.

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

Color convert

RGB 183 149 93 -
CMYK 0 0.19 0.49 0.28
HSL 37.33º 0.38% 0.54% -
HSV(B) 37.33º 0.49% 0.72% -
XYZ 32.25 32.35 14.9 -
YUV 152.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 183 149 93 0 0.19 0.49 0.28 37.33 0.38 0.54
Hex B7 95 5D 0 13 31 1C 25 26 36
Octal 267 225 135 0 23 61 34 45 46 66
Binary 10110111 10010101 1011101 0 10011 110001 11100 100101 100110 110110

Color Harmonies of #B7955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7955D

Black with #B7955D

Text Example


Text Example

White with #B7955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7955D; }

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

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

background-color css

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

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

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

border-color css

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

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

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