Html Css Color HEX #B78E65 Barley Corn

📋 copy color: '#B78E65'

red 183 ◦ green 142 ◦ blue 101

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

Shades of Barley Corn #B78E65

Tints of Barley Corn #B78E65

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.33%

 BLUE value IS 101 (39.84% from 255) = 23.71%

R = 42.96%
G = 33.33%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B78E65 (or 0xB78E65) is known color: Barley Corn. HEX triplet: B7, 8E and 65. RGB value is (183,142,101). Sum of RGB (Red+Green+Blue) = 183+142+101=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B78E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78E65 is #48719A. Grayscale: #959595. Windows color (decimal): -4747675 or 6655671. OLE color: 6655671.

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

Color convert

RGB 183 142 101 -
CMYK 0 0.22 0.45 0.28
HSL 30º 0.36% 0.56% -
HSV(B) 30º 0.45% 0.72% -
XYZ 31.55 30.35 16.51 -
YUV 149.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 183 142 101 0 0.22 0.45 0.28 30 0.36 0.56
Hex B7 8E 65 0 16 2D 1C 1E 24 38
Octal 267 216 145 0 26 55 34 36 44 70
Binary 10110111 10001110 1100101 0 10110 101101 11100 11110 100100 111000

Color Harmonies of #B78E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78E65

Black with #B78E65

Text Example


Text Example

White with #B78E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78E65; }

 p { color: rgb(183,142,101); }

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

background-color css

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

 a { background-color: rgb(183,142,101); }

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

border-color css

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

 span { border-color: rgb(183,142,101); }

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