Html Css Color HEX #B39968 Barley Corn

📋 copy color: '#B39968'

red 179 ◦ green 153 ◦ blue 104

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

Shades of Barley Corn #B39968

Tints of Barley Corn #B39968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.85%

R = 41.06%
G = 35.09%
B = 23.85%

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

#B39968 (or 0xB39968) is known color: Barley Corn. HEX triplet: B3, 99 and 68. RGB value is (179,153,104). Sum of RGB (Red+Green+Blue) = 179+153+104=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B39968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39968 is #4C6697. Grayscale: #9B9B9B. Windows color (decimal): -5007000 or 6855091. OLE color: 6855091.

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

Color convert

RGB 179 153 104 -
CMYK 0 0.15 0.42 0.30
HSL 39.2º 0.33% 0.55% -
HSV(B) 39.2º 0.42% 0.7% -
XYZ 32.48 33.37 17.83 -
YUV 155.19 99.11 144.98 -
System Red Green Blue C M Y K H S L
Decimal 179 153 104 0 0.15 0.42 0.30 39.2 0.33 0.55
Hex B3 99 68 0 F 2A 1E 27 21 37
Octal 263 231 150 0 17 52 36 47 41 67
Binary 10110011 10011001 1101000 0 1111 101010 11110 100111 100001 110111

Color Harmonies of #B39968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39968

Black with #B39968

Text Example


Text Example

White with #B39968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39968; }

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

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

background-color css

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

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

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

border-color css

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

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

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