Html Css Color HEX #B78C61 Barley Corn

📋 copy color: '#B78C61'

red 183 ◦ green 140 ◦ blue 97

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

Shades of Barley Corn #B78C61

Tints of Barley Corn #B78C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 43.57%
G = 33.33%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B78C61 (or 0xB78C61) is known color: Barley Corn. HEX triplet: B7, 8C and 61. RGB value is (183,140,97). Sum of RGB (Red+Green+Blue) = 183+140+97=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C61 is #48739E. Grayscale: #949494. Windows color (decimal): -4748191 or 6393015. OLE color: 6393015.

HSL color Cylindrical-coordinate representation of color #B78C61: hue angle of 30º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B78C61 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 140 97 -
CMYK 0 0.23 0.47 0.28
HSL 30º 0.37% 0.55% -
HSV(B) 30º 0.47% 0.72% -
XYZ 31.06 29.69 15.4 -
YUV 147.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 183 140 97 0 0.23 0.47 0.28 30 0.37 0.55
Hex B7 8C 61 0 17 2F 1C 1E 25 37
Octal 267 214 141 0 27 57 34 36 45 67
Binary 10110111 10001100 1100001 0 10111 101111 11100 11110 100101 110111

Color Harmonies of #B78C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C61

Black with #B78C61

Text Example


Text Example

White with #B78C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C61; }

 p { color: rgb(183,140,97); }

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

background-color css

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

 a { background-color: rgb(183,140,97); }

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

border-color css

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

 span { border-color: rgb(183,140,97); }

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