Html Css Color HEX #B78C54 Barley Corn

📋 copy color: '#B78C54'

red 183 ◦ green 140 ◦ blue 84

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

Shades of Barley Corn #B78C54

Tints of Barley Corn #B78C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.64%

R = 44.96%
G = 34.4%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B78C54 (or 0xB78C54) is known color: Barley Corn. HEX triplet: B7, 8C and 54. RGB value is (183,140,84). Sum of RGB (Red+Green+Blue) = 183+140+84=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78C54 is #4873AB. Grayscale: #929292. Windows color (decimal): -4748204 or 5541047. OLE color: 5541047.

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

Color convert

RGB 183 140 84 -
CMYK 0 0.23 0.54 0.28
HSL 33.94º 0.41% 0.52% -
HSV(B) 33.94º 0.54% 0.72% -
XYZ 30.51 29.46 12.47 -
YUV 146.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 183 140 84 0 0.23 0.54 0.28 33.94 0.41 0.52
Hex B7 8C 54 0 17 36 1C 22 29 34
Octal 267 214 124 0 27 66 34 42 51 64
Binary 10110111 10001100 1010100 0 10111 110110 11100 100010 101001 110100

Color Harmonies of #B78C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78C54

Black with #B78C54

Text Example


Text Example

White with #B78C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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