Html Css Color HEX #B7995D Barley Corn

📋 copy color: '#B7995D'

red 183 ◦ green 153 ◦ blue 93

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

Shades of Barley Corn #B7995D

Tints of Barley Corn #B7995D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

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

R = 42.66%
G = 35.66%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7995D (or 0xB7995D) is known color: Barley Corn. HEX triplet: B7, 99 and 5D. RGB value is (183,153,93). Sum of RGB (Red+Green+Blue) = 183+153+93=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7995D is #4866A2. Grayscale: #9B9B9B. Windows color (decimal): -4744867 or 6134199. OLE color: 6134199.

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

Color convert

RGB 183 153 93 -
CMYK 0 0.16 0.49 0.28
HSL 40º 0.38% 0.54% -
HSV(B) 40º 0.49% 0.72% -
XYZ 32.9 33.64 15.12 -
YUV 155.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 183 153 93 0 0.16 0.49 0.28 40 0.38 0.54
Hex B7 99 5D 0 10 31 1C 28 26 36
Octal 267 231 135 0 20 61 34 50 46 66
Binary 10110111 10011001 1011101 0 10000 110001 11100 101000 100110 110110

Color Harmonies of #B7995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7995D

Black with #B7995D

Text Example


Text Example

White with #B7995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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