Html Css Color HEX #B09C63 Barley Corn

📋 copy color: '#B09C63'

red 176 ◦ green 156 ◦ blue 99

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

Shades of Barley Corn #B09C63

Tints of Barley Corn #B09C63

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

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

R = 40.84%
G = 36.19%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B09C63 (or 0xB09C63) is known color: Barley Corn. HEX triplet: B0, 9C and 63. RGB value is (176,156,99). Sum of RGB (Red+Green+Blue) = 176+156+99=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C63 is #4F639C. Grayscale: #9B9B9B. Windows color (decimal): -5202845 or 6528176. OLE color: 6528176.

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

Color convert

RGB 176 156 99 -
CMYK 0 0.11 0.44 0.31
HSL 44.42º 0.33% 0.54% -
HSV(B) 44.42º 0.44% 0.69% -
XYZ 32.05 33.91 16.66 -
YUV 155.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 176 156 99 0 0.11 0.44 0.31 44.42 0.33 0.54
Hex B0 9C 63 0 B 2C 1F 2C 21 36
Octal 260 234 143 0 13 54 37 54 41 66
Binary 10110000 10011100 1100011 0 1011 101100 11111 101100 100001 110110

Color Harmonies of #B09C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C63

Black with #B09C63

Text Example


Text Example

White with #B09C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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