Html Css Color HEX #B09463 Barley Corn

📋 copy color: '#B09463'

red 176 ◦ green 148 ◦ blue 99

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

Shades of Barley Corn #B09463

Tints of Barley Corn #B09463

RGB

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

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

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

R = 41.61%
G = 34.99%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B09463 (or 0xB09463) is known color: Barley Corn. HEX triplet: B0, 94 and 63. RGB value is (176,148,99). Sum of RGB (Red+Green+Blue) = 176+148+99=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B09463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09463 is #4F6B9C. Grayscale: #979797. Windows color (decimal): -5204893 or 6526128. OLE color: 6526128.

HSL color Cylindrical-coordinate representation of color #B09463: hue angle of 38.18º 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 #B09463 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 148 99 -
CMYK 0 0.16 0.44 0.31
HSL 38.18º 0.33% 0.54% -
HSV(B) 38.18º 0.44% 0.69% -
XYZ 30.75 31.31 16.23 -
YUV 150.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 176 148 99 0 0.16 0.44 0.31 38.18 0.33 0.54
Hex B0 94 63 0 10 2C 1F 26 21 36
Octal 260 224 143 0 20 54 37 46 41 66
Binary 10110000 10010100 1100011 0 10000 101100 11111 100110 100001 110110

Color Harmonies of #B09463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09463

Black with #B09463

Text Example


Text Example

White with #B09463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09463; }

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

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

background-color css

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

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

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

border-color css

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

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

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