Html Css Color HEX #B69465 Barley Corn

📋 copy color: '#B69465'

red 182 ◦ green 148 ◦ blue 101

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

Shades of Barley Corn #B69465

Tints of Barley Corn #B69465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.34%

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 42.23%
G = 34.34%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B69465 (or 0xB69465) is known color: Barley Corn. HEX triplet: B6, 94 and 65. RGB value is (182,148,101). Sum of RGB (Red+Green+Blue) = 182+148+101=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B69465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69465 is #496B9A. Grayscale: #999999. Windows color (decimal): -4811675 or 6657206. OLE color: 6657206.

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

Color convert

RGB 182 148 101 -
CMYK 0 0.19 0.45 0.29
HSL 34.81º 0.36% 0.55% -
HSV(B) 34.81º 0.45% 0.71% -
XYZ 32.23 32.06 16.8 -
YUV 152.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 182 148 101 0 0.19 0.45 0.29 34.81 0.36 0.55
Hex B6 94 65 0 13 2D 1D 23 24 37
Octal 266 224 145 0 23 55 35 43 44 67
Binary 10110110 10010100 1100101 0 10011 101101 11101 100011 100100 110111

Color Harmonies of #B69465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69465

Black with #B69465

Text Example


Text Example

White with #B69465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69465; }

 p { color: rgb(182,148,101); }

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

background-color css

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

 a { background-color: rgb(182,148,101); }

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

border-color css

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

 span { border-color: rgb(182,148,101); }

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