Html Css Color HEX #B39967 Barley Corn

📋 copy color: '#B39967'

red 179 ◦ green 153 ◦ blue 103

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

Shades of Barley Corn #B39967

Tints of Barley Corn #B39967

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

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

R = 41.15%
G = 35.17%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B39967 (or 0xB39967) is known color: Barley Corn. HEX triplet: B3, 99 and 67. RGB value is (179,153,103). Sum of RGB (Red+Green+Blue) = 179+153+103=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B39967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39967 is #4C6698. Grayscale: #9B9B9B. Windows color (decimal): -5007001 or 6789555. OLE color: 6789555.

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

Color convert

RGB 179 153 103 -
CMYK 0 0.15 0.42 0.30
HSL 39.47º 0.33% 0.55% -
HSV(B) 39.47º 0.42% 0.7% -
XYZ 32.43 33.35 17.56 -
YUV 155.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 179 153 103 0 0.15 0.42 0.30 39.47 0.33 0.55
Hex B3 99 67 0 F 2A 1E 27 21 37
Octal 263 231 147 0 17 52 36 47 41 67
Binary 10110011 10011001 1100111 0 1111 101010 11110 100111 100001 110111

Color Harmonies of #B39967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39967

Black with #B39967

Text Example


Text Example

White with #B39967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39967; }

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

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

background-color css

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

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

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

border-color css

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

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

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