Html Css Color HEX #B78D5C Barley Corn

📋 copy color: '#B78D5C'

red 183 ◦ green 141 ◦ blue 92

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

Shades of Barley Corn #B78D5C

Tints of Barley Corn #B78D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

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

R = 43.99%
G = 33.89%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B78D5C (or 0xB78D5C) is known color: Barley Corn. HEX triplet: B7, 8D and 5C. RGB value is (183,141,92). Sum of RGB (Red+Green+Blue) = 183+141+92=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B78D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78D5C is #4872A3. Grayscale: #949494. Windows color (decimal): -4747940 or 6065591. OLE color: 6065591.

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

Color convert

RGB 183 141 92 -
CMYK 0 0.23 0.50 0.28
HSL 32.31º 0.39% 0.54% -
HSV(B) 32.31º 0.5% 0.72% -
XYZ 30.99 29.89 14.26 -
YUV 147.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 183 141 92 0 0.23 0.50 0.28 32.31 0.39 0.54
Hex B7 8D 5C 0 17 32 1C 20 27 36
Octal 267 215 134 0 27 62 34 40 47 66
Binary 10110111 10001101 1011100 0 10111 110010 11100 100000 100111 110110

Color Harmonies of #B78D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78D5C

Black with #B78D5C

Text Example


Text Example

White with #B78D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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