Html Css Color HEX #B09354 Barley Corn

📋 copy color: '#B09354'

red 176 ◦ green 147 ◦ blue 84

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

Shades of Barley Corn #B09354

Tints of Barley Corn #B09354

RGB

 RED value IS 176 (69.14% from 255) = 43.24%

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 84 (33.2% from 255) = 20.64%

R = 43.24%
G = 36.12%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B09354 (or 0xB09354) is known color: Barley Corn. HEX triplet: B0, 93 and 54. RGB value is (176,147,84). Sum of RGB (Red+Green+Blue) = 176+147+84=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B09354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09354 is #4F6CAB. Grayscale: #949494. Windows color (decimal): -5205164 or 5542832. OLE color: 5542832.

HSL color Cylindrical-coordinate representation of color #B09354: hue angle of 41.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B09354 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 147 84 -
CMYK 0 0.16 0.52 0.31
HSL 41.09º 0.37% 0.51% -
HSV(B) 41.09º 0.52% 0.69% -
XYZ 29.94 30.74 12.74 -
YUV 148.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 176 147 84 0 0.16 0.52 0.31 41.09 0.37 0.51
Hex B0 93 54 0 10 34 1F 29 25 33
Octal 260 223 124 0 20 64 37 51 45 63
Binary 10110000 10010011 1010100 0 10000 110100 11111 101001 100101 110011

Color Harmonies of #B09354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09354

Black with #B09354

Text Example


Text Example

White with #B09354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09354; }

 p { color: rgb(176,147,84); }

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

background-color css

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

 a { background-color: rgb(176,147,84); }

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

border-color css

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

 span { border-color: rgb(176,147,84); }

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