Html Css Color HEX #B78A5C Barley Corn

📋 copy color: '#B78A5C'

red 183 ◦ green 138 ◦ blue 92

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

Shades of Barley Corn #B78A5C

Tints of Barley Corn #B78A5C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

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

R = 44.31%
G = 33.41%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B78A5C (or 0xB78A5C) is known color: Barley Corn. HEX triplet: B7, 8A and 5C. RGB value is (183,138,92). Sum of RGB (Red+Green+Blue) = 183+138+92=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A5C is #4875A3. Grayscale: #929292. Windows color (decimal): -4748708 or 6064823. OLE color: 6064823.

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

Color convert

RGB 183 138 92 -
CMYK 0 0.25 0.50 0.28
HSL 30.33º 0.39% 0.54% -
HSV(B) 30.33º 0.5% 0.72% -
XYZ 30.55 29.02 14.12 -
YUV 146.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 183 138 92 0 0.25 0.50 0.28 30.33 0.39 0.54
Hex B7 8A 5C 0 19 32 1C 1E 27 36
Octal 267 212 134 0 31 62 34 36 47 66
Binary 10110111 10001010 1011100 0 11001 110010 11100 11110 100111 110110

Color Harmonies of #B78A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78A5C

Black with #B78A5C

Text Example


Text Example

White with #B78A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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