Html Css Color HEX #B39469 Barley Corn

📋 copy color: '#B39469'

red 179 ◦ green 148 ◦ blue 105

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

Shades of Barley Corn #B39469

Tints of Barley Corn #B39469

RGB

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

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

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

R = 41.44%
G = 34.26%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B39469 (or 0xB39469) is known color: Barley Corn. HEX triplet: B3, 94 and 69. RGB value is (179,148,105). Sum of RGB (Red+Green+Blue) = 179+148+105=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B39469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39469 is #4C6B96. Grayscale: #989898. Windows color (decimal): -5008279 or 6919347. OLE color: 6919347.

HSL color Cylindrical-coordinate representation of color #B39469: hue angle of 34.86º 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 #B39469 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 148 105 -
CMYK 0 0.17 0.41 0.30
HSL 34.86º 0.33% 0.56% -
HSV(B) 34.86º 0.41% 0.7% -
XYZ 31.73 31.78 17.83 -
YUV 152.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 179 148 105 0 0.17 0.41 0.30 34.86 0.33 0.56
Hex B3 94 69 0 11 29 1E 23 21 38
Octal 263 224 151 0 21 51 36 43 41 70
Binary 10110011 10010100 1101001 0 10001 101001 11110 100011 100001 111000

Color Harmonies of #B39469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39469

Black with #B39469

Text Example


Text Example

White with #B39469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39469; }

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

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

background-color css

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

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

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

border-color css

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

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

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