Html Css Color HEX #B09365 Barley Corn

📋 copy color: '#B09365'

red 176 ◦ green 147 ◦ blue 101

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

Shades of Barley Corn #B09365

Tints of Barley Corn #B09365

RGB

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

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

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

R = 41.51%
G = 34.67%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B09365 (or 0xB09365) is known color: Barley Corn. HEX triplet: B0, 93 and 65. RGB value is (176,147,101). Sum of RGB (Red+Green+Blue) = 176+147+101=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B09365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09365 is #4F6C9A. Grayscale: #969696. Windows color (decimal): -5205147 or 6656944. OLE color: 6656944.

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

Color convert

RGB 176 147 101 -
CMYK 0 0.16 0.43 0.31
HSL 36.8º 0.32% 0.54% -
HSV(B) 36.8º 0.43% 0.69% -
XYZ 30.69 31.04 16.69 -
YUV 150.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 176 147 101 0 0.16 0.43 0.31 36.8 0.32 0.54
Hex B0 93 65 0 10 2B 1F 25 20 36
Octal 260 223 145 0 20 53 37 45 40 66
Binary 10110000 10010011 1100101 0 10000 101011 11111 100101 100000 110110

Color Harmonies of #B09365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09365

Black with #B09365

Text Example


Text Example

White with #B09365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09365; }

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

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

background-color css

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

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

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

border-color css

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

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

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