Html Css Color HEX #B39567 Barley Corn

📋 copy color: '#B39567'

red 179 ◦ green 149 ◦ blue 103

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

Shades of Barley Corn #B39567

Tints of Barley Corn #B39567

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

 BLUE value IS 103 (40.63% from 255) = 23.9%

R = 41.53%
G = 34.57%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B39567 (or 0xB39567) is known color: Barley Corn. HEX triplet: B3, 95 and 67. RGB value is (179,149,103). Sum of RGB (Red+Green+Blue) = 179+149+103=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B39567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39567 is #4C6A98. Grayscale: #989898. Windows color (decimal): -5008025 or 6788531. OLE color: 6788531.

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

Color convert

RGB 179 149 103 -
CMYK 0 0.17 0.42 0.30
HSL 36.32º 0.33% 0.55% -
HSV(B) 36.32º 0.42% 0.7% -
XYZ 31.79 32.06 17.34 -
YUV 152.73 99.94 146.74 -
System Red Green Blue C M Y K H S L
Decimal 179 149 103 0 0.17 0.42 0.30 36.32 0.33 0.55
Hex B3 95 67 0 11 2A 1E 24 21 37
Octal 263 225 147 0 21 52 36 44 41 67
Binary 10110011 10010101 1100111 0 10001 101010 11110 100100 100001 110111

Color Harmonies of #B39567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39567

Black with #B39567

Text Example


Text Example

White with #B39567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39567; }

 p { color: rgb(179,149,103); }

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

background-color css

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

 a { background-color: rgb(179,149,103); }

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

border-color css

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

 span { border-color: rgb(179,149,103); }

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