Html Css Color HEX #B69C64 Barley Corn

📋 copy color: '#B69C64'

red 182 ◦ green 156 ◦ blue 100

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

Shades of Barley Corn #B69C64

Tints of Barley Corn #B69C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

 BLUE value IS 100 (39.45% from 255) = 22.83%

R = 41.55%
G = 35.62%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B69C64 (or 0xB69C64) is known color: Barley Corn. HEX triplet: B6, 9C and 64. RGB value is (182,156,100). Sum of RGB (Red+Green+Blue) = 182+156+100=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C64 is #49639B. Grayscale: #9D9D9D. Windows color (decimal): -4809628 or 6593718. OLE color: 6593718.

HSL color Cylindrical-coordinate representation of color #B69C64: hue angle of 40.98º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B69C64 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 156 100 -
CMYK 0 0.14 0.45 0.29
HSL 40.98º 0.36% 0.55% -
HSV(B) 40.98º 0.45% 0.71% -
XYZ 33.48 34.64 16.98 -
YUV 157.39 95.61 145.55 -
System Red Green Blue C M Y K H S L
Decimal 182 156 100 0 0.14 0.45 0.29 40.98 0.36 0.55
Hex B6 9C 64 0 E 2D 1D 29 24 37
Octal 266 234 144 0 16 55 35 51 44 67
Binary 10110110 10011100 1100100 0 1110 101101 11101 101001 100100 110111

Color Harmonies of #B69C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C64

Black with #B69C64

Text Example


Text Example

White with #B69C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C64; }

 p { color: rgb(182,156,100); }

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

background-color css

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

 a { background-color: rgb(182,156,100); }

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

border-color css

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

 span { border-color: rgb(182,156,100); }

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