Html Css Color HEX #B59069 Barley Corn

📋 copy color: '#B59069'

red 181 ◦ green 144 ◦ blue 105

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

Shades of Barley Corn #B59069

Tints of Barley Corn #B59069

RGB

 RED value IS 181 (71.09% from 255) = 42.09%

 GREEN value IS 144 (56.64% from 255) = 33.49%

 BLUE value IS 105 (41.41% from 255) = 24.42%

R = 42.09%
G = 33.49%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B59069 (or 0xB59069) is known color: Barley Corn. HEX triplet: B5, 90 and 69. RGB value is (181,144,105). Sum of RGB (Red+Green+Blue) = 181+144+105=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B59069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59069 is #4A6F96. Grayscale: #969696. Windows color (decimal): -4878231 or 6918325. OLE color: 6918325.

HSL color Cylindrical-coordinate representation of color #B59069: hue angle of 30.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B59069 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 144 105 -
CMYK 0 0.20 0.42 0.29
HSL 30.79º 0.34% 0.56% -
HSV(B) 30.79º 0.42% 0.71% -
XYZ 31.58 30.79 17.64 -
YUV 150.62 102.26 149.67 -
System Red Green Blue C M Y K H S L
Decimal 181 144 105 0 0.20 0.42 0.29 30.79 0.34 0.56
Hex B5 90 69 0 14 2A 1D 1F 22 38
Octal 265 220 151 0 24 52 35 37 42 70
Binary 10110101 10010000 1101001 0 10100 101010 11101 11111 100010 111000

Color Harmonies of #B59069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59069

Black with #B59069

Text Example


Text Example

White with #B59069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59069; }

 p { color: rgb(181,144,105); }

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

background-color css

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

 a { background-color: rgb(181,144,105); }

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

border-color css

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

 span { border-color: rgb(181,144,105); }

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