Html Css Color HEX #B39267 Barley Corn

📋 copy color: '#B39267'

red 179 ◦ green 146 ◦ blue 103

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

Shades of Barley Corn #B39267

Tints of Barley Corn #B39267

RGB

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

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

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

R = 41.82%
G = 34.11%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B39267 (or 0xB39267) is known color: Barley Corn. HEX triplet: B3, 92 and 67. RGB value is (179,146,103). Sum of RGB (Red+Green+Blue) = 179+146+103=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B39267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39267 is #4C6D98. Grayscale: #979797. Windows color (decimal): -5008793 or 6787763. OLE color: 6787763.

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

Color convert

RGB 179 146 103 -
CMYK 0 0.18 0.42 0.30
HSL 33.95º 0.33% 0.55% -
HSV(B) 33.95º 0.42% 0.7% -
XYZ 31.32 31.12 17.19 -
YUV 150.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 179 146 103 0 0.18 0.42 0.30 33.95 0.33 0.55
Hex B3 92 67 0 12 2A 1E 22 21 37
Octal 263 222 147 0 22 52 36 42 41 67
Binary 10110011 10010010 1100111 0 10010 101010 11110 100010 100001 110111

Color Harmonies of #B39267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39267

Black with #B39267

Text Example


Text Example

White with #B39267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39267; }

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

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

background-color css

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

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

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

border-color css

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

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

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