Html Css Color HEX #B39766 Barley Corn

📋 copy color: '#B39766'

red 179 ◦ green 151 ◦ blue 102

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

Shades of Barley Corn #B39766

Tints of Barley Corn #B39766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.95%

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 41.44%
G = 34.95%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B39766 (or 0xB39766) is known color: Barley Corn. HEX triplet: B3, 97 and 66. RGB value is (179,151,102). Sum of RGB (Red+Green+Blue) = 179+151+102=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B39766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39766 is #4C6899. Grayscale: #9A9A9A. Windows color (decimal): -5007514 or 6723507. OLE color: 6723507.

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

Color convert

RGB 179 151 102 -
CMYK 0 0.16 0.43 0.30
HSL 38.18º 0.34% 0.55% -
HSV(B) 38.18º 0.43% 0.7% -
XYZ 32.06 32.68 17.19 -
YUV 153.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 179 151 102 0 0.16 0.43 0.30 38.18 0.34 0.55
Hex B3 97 66 0 10 2B 1E 26 22 37
Octal 263 227 146 0 20 53 36 46 42 67
Binary 10110011 10010111 1100110 0 10000 101011 11110 100110 100010 110111

Color Harmonies of #B39766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39766

Black with #B39766

Text Example


Text Example

White with #B39766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39766; }

 p { color: rgb(179,151,102); }

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

background-color css

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

 a { background-color: rgb(179,151,102); }

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

border-color css

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

 span { border-color: rgb(179,151,102); }

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