Html Css Color HEX #B39866 Barley Corn

📋 copy color: '#B39866'

red 179 ◦ green 152 ◦ blue 102

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

Shades of Barley Corn #B39866

Tints of Barley Corn #B39866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.1%

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

R = 41.34%
G = 35.1%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B39866 (or 0xB39866) is known color: Barley Corn. HEX triplet: B3, 98 and 66. RGB value is (179,152,102). Sum of RGB (Red+Green+Blue) = 179+152+102=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B39866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B39866 is #4C6799. Grayscale: #9A9A9A. Windows color (decimal): -5007258 or 6723763. OLE color: 6723763.

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

Color convert

RGB 179 152 102 -
CMYK 0 0.15 0.43 0.30
HSL 38.96º 0.34% 0.55% -
HSV(B) 38.96º 0.43% 0.7% -
XYZ 32.22 33 17.24 -
YUV 154.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 179 152 102 0 0.15 0.43 0.30 38.96 0.34 0.55
Hex B3 98 66 0 F 2B 1E 27 22 37
Octal 263 230 146 0 17 53 36 47 42 67
Binary 10110011 10011000 1100110 0 1111 101011 11110 100111 100010 110111

Color Harmonies of #B39866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39866

Black with #B39866

Text Example


Text Example

White with #B39866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39866; }

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

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

background-color css

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

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

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

border-color css

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

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

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