Html Css Color HEX #B09263 Barley Corn

📋 copy color: '#B09263'

red 176 ◦ green 146 ◦ blue 99

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

Shades of Barley Corn #B09263

Tints of Barley Corn #B09263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.68%

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 41.81%
G = 34.68%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B09263 (or 0xB09263) is known color: Barley Corn. HEX triplet: B0, 92 and 63. RGB value is (176,146,99). Sum of RGB (Red+Green+Blue) = 176+146+99=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B09263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09263 is #4F6D9C. Grayscale: #959595. Windows color (decimal): -5205405 or 6525616. OLE color: 6525616.

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

Color convert

RGB 176 146 99 -
CMYK 0 0.17 0.44 0.31
HSL 36.62º 0.33% 0.54% -
HSV(B) 36.62º 0.44% 0.69% -
XYZ 30.44 30.69 16.12 -
YUV 149.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 176 146 99 0 0.17 0.44 0.31 36.62 0.33 0.54
Hex B0 92 63 0 11 2C 1F 25 21 36
Octal 260 222 143 0 21 54 37 45 41 66
Binary 10110000 10010010 1100011 0 10001 101100 11111 100101 100001 110110

Color Harmonies of #B09263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09263

Black with #B09263

Text Example


Text Example

White with #B09263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09263; }

 p { color: rgb(176,146,99); }

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

background-color css

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

 a { background-color: rgb(176,146,99); }

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

border-color css

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

 span { border-color: rgb(176,146,99); }

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