Html Css Color HEX #B69C5D Barley Corn

📋 copy color: '#B69C5D'

red 182 ◦ green 156 ◦ blue 93

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

Shades of Barley Corn #B69C5D

Tints of Barley Corn #B69C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 42.23%
G = 36.19%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B69C5D (or 0xB69C5D) is known color: Barley Corn. HEX triplet: B6, 9C and 5D. RGB value is (182,156,93). Sum of RGB (Red+Green+Blue) = 182+156+93=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69C5D is #4963A2. Grayscale: #9C9C9C. Windows color (decimal): -4809635 or 6134966. OLE color: 6134966.

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

Color convert

RGB 182 156 93 -
CMYK 0 0.14 0.49 0.29
HSL 42.47º 0.38% 0.54% -
HSV(B) 42.47º 0.49% 0.71% -
XYZ 33.16 34.51 15.27 -
YUV 156.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 182 156 93 0 0.14 0.49 0.29 42.47 0.38 0.54
Hex B6 9C 5D 0 E 31 1D 2A 26 36
Octal 266 234 135 0 16 61 35 52 46 66
Binary 10110110 10011100 1011101 0 1110 110001 11101 101010 100110 110110

Color Harmonies of #B69C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69C5D

Black with #B69C5D

Text Example


Text Example

White with #B69C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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