Html Css Color HEX #B39269 Barley Corn

📋 copy color: '#B39269'

red 179 ◦ green 146 ◦ blue 105

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

Shades of Barley Corn #B39269

Tints of Barley Corn #B39269

RGB

 RED value IS 179 (70.31% from 255) = 41.63%

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

 BLUE value IS 105 (41.41% from 255) = 24.42%

R = 41.63%
G = 33.95%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B39269 (or 0xB39269) is known color: Barley Corn. HEX triplet: B3, 92 and 69. RGB value is (179,146,105). Sum of RGB (Red+Green+Blue) = 179+146+105=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B39269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39269 is #4C6D96. Grayscale: #979797. Windows color (decimal): -5008791 or 6918835. OLE color: 6918835.

HSL color Cylindrical-coordinate representation of color #B39269: hue angle of 33.24º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B39269 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 105 -
CMYK 0 0.18 0.41 0.30
HSL 33.24º 0.33% 0.56% -
HSV(B) 33.24º 0.41% 0.7% -
XYZ 31.42 31.16 17.72 -
YUV 151.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 179 146 105 0 0.18 0.41 0.30 33.24 0.33 0.56
Hex B3 92 69 0 12 29 1E 21 21 38
Octal 263 222 151 0 22 51 36 41 41 70
Binary 10110011 10010010 1101001 0 10010 101001 11110 100001 100001 111000

Color Harmonies of #B39269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39269

Black with #B39269

Text Example


Text Example

White with #B39269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39269; }

 p { color: rgb(179,146,105); }

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

background-color css

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

 a { background-color: rgb(179,146,105); }

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

border-color css

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

 span { border-color: rgb(179,146,105); }

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