Html Css Color HEX #B69D66 Barley Corn

📋 copy color: '#B69D66'

red 182 ◦ green 157 ◦ blue 102

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

Shades of Barley Corn #B69D66

Tints of Barley Corn #B69D66

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

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

R = 41.27%
G = 35.6%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B69D66 (or 0xB69D66) is known color: Barley Corn. HEX triplet: B6, 9D and 66. RGB value is (182,157,102). Sum of RGB (Red+Green+Blue) = 182+157+102=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B69D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69D66 is #496299. Grayscale: #9E9E9E. Windows color (decimal): -4809370 or 6725046. OLE color: 6725046.

HSL color Cylindrical-coordinate representation of color #B69D66: hue angle of 41.25º 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 #B69D66 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 157 102 -
CMYK 0 0.14 0.44 0.29
HSL 41.25º 0.35% 0.56% -
HSV(B) 41.25º 0.44% 0.71% -
XYZ 33.75 35.02 17.55 -
YUV 158.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 182 157 102 0 0.14 0.44 0.29 41.25 0.35 0.56
Hex B6 9D 66 0 E 2C 1D 29 23 38
Octal 266 235 146 0 16 54 35 51 43 70
Binary 10110110 10011101 1100110 0 1110 101100 11101 101001 100011 111000

Color Harmonies of #B69D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69D66

Black with #B69D66

Text Example


Text Example

White with #B69D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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