Html Css Color HEX #B7905C Barley Corn

📋 copy color: '#B7905C'

red 183 ◦ green 144 ◦ blue 92

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

Shades of Barley Corn #B7905C

Tints of Barley Corn #B7905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.37%

 BLUE value IS 92 (36.33% from 255) = 21.96%

R = 43.68%
G = 34.37%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7905C (or 0xB7905C) is known color: Barley Corn. HEX triplet: B7, 90 and 5C. RGB value is (183,144,92). Sum of RGB (Red+Green+Blue) = 183+144+92=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B7905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7905C is #486FA3. Grayscale: #959595. Windows color (decimal): -4747172 or 6066359. OLE color: 6066359.

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

Color convert

RGB 183 144 92 -
CMYK 0 0.21 0.50 0.28
HSL 34.29º 0.39% 0.54% -
HSV(B) 34.29º 0.5% 0.72% -
XYZ 31.43 30.79 14.41 -
YUV 149.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 183 144 92 0 0.21 0.50 0.28 34.29 0.39 0.54
Hex B7 90 5C 0 15 32 1C 22 27 36
Octal 267 220 134 0 25 62 34 42 47 66
Binary 10110111 10010000 1011100 0 10101 110010 11100 100010 100111 110110

Color Harmonies of #B7905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7905C

Black with #B7905C

Text Example


Text Example

White with #B7905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7905C; }

 p { color: rgb(183,144,92); }

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

background-color css

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

 a { background-color: rgb(183,144,92); }

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

border-color css

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

 span { border-color: rgb(183,144,92); }

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