Html Css Color HEX #B79465 Barley Corn

📋 copy color: '#B79465'

red 183 ◦ green 148 ◦ blue 101

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

Shades of Barley Corn #B79465

Tints of Barley Corn #B79465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 42.36%
G = 34.26%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B79465 (or 0xB79465) is known color: Barley Corn. HEX triplet: B7, 94 and 65. RGB value is (183,148,101). Sum of RGB (Red+Green+Blue) = 183+148+101=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B79465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B79465 is #486B9A. Grayscale: #999999. Windows color (decimal): -4746139 or 6657207. OLE color: 6657207.

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

Color convert

RGB 183 148 101 -
CMYK 0 0.19 0.45 0.28
HSL 34.39º 0.36% 0.56% -
HSV(B) 34.39º 0.45% 0.72% -
XYZ 32.47 32.19 16.81 -
YUV 153.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 183 148 101 0 0.19 0.45 0.28 34.39 0.36 0.56
Hex B7 94 65 0 13 2D 1C 22 24 38
Octal 267 224 145 0 23 55 34 42 44 70
Binary 10110111 10010100 1100101 0 10011 101101 11100 100010 100100 111000

Color Harmonies of #B79465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79465

Black with #B79465

Text Example


Text Example

White with #B79465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79465; }

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

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

background-color css

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

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

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

border-color css

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

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

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