Html Css Color HEX #B69E66 Barley Corn

📋 copy color: '#B69E66'

red 182 ◦ green 158 ◦ blue 102

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

Shades of Barley Corn #B69E66

Tints of Barley Corn #B69E66

RGB

 RED value IS 182 (71.48% from 255) = 41.18%

 GREEN value IS 158 (62.11% from 255) = 35.75%

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

R = 41.18%
G = 35.75%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B69E66 (or 0xB69E66) is known color: Barley Corn. HEX triplet: B6, 9E and 66. RGB value is (182,158,102). Sum of RGB (Red+Green+Blue) = 182+158+102=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E66 is #496199. Grayscale: #9F9F9F. Windows color (decimal): -4809114 or 6725302. OLE color: 6725302.

HSL color Cylindrical-coordinate representation of color #B69E66: hue angle of 42º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B69E66 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 158 102 -
CMYK 0 0.13 0.44 0.29
HSL 42º 0.35% 0.56% -
HSV(B) 42º 0.44% 0.71% -
XYZ 33.92 35.36 17.61 -
YUV 158.79 95.95 144.55 -
System Red Green Blue C M Y K H S L
Decimal 182 158 102 0 0.13 0.44 0.29 42 0.35 0.56
Hex B6 9E 66 0 D 2C 1D 2A 23 38
Octal 266 236 146 0 15 54 35 52 43 70
Binary 10110110 10011110 1100110 0 1101 101100 11101 101010 100011 111000

Color Harmonies of #B69E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E66

Black with #B69E66

Text Example


Text Example

White with #B69E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E66; }

 p { color: rgb(182,158,102); }

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

background-color css

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

 a { background-color: rgb(182,158,102); }

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

border-color css

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

 span { border-color: rgb(182,158,102); }

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