Html Css Color HEX #B69A58 Barley Corn

📋 copy color: '#B69A58'

red 182 ◦ green 154 ◦ blue 88

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

Shades of Barley Corn #B69A58

Tints of Barley Corn #B69A58

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

 BLUE value IS 88 (34.77% from 255) = 20.75%

R = 42.92%
G = 36.32%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B69A58 (or 0xB69A58) is known color: Barley Corn. HEX triplet: B6, 9A and 58. RGB value is (182,154,88). Sum of RGB (Red+Green+Blue) = 182+154+88=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69A58 is #4965A7. Grayscale: #9B9B9B. Windows color (decimal): -4810152 or 5806774. OLE color: 5806774.

HSL color Cylindrical-coordinate representation of color #B69A58: hue angle of 42.13º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B69A58 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 154 88 -
CMYK 0 0.15 0.52 0.29
HSL 42.13º 0.39% 0.53% -
HSV(B) 42.13º 0.52% 0.71% -
XYZ 32.61 33.76 14.03 -
YUV 154.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 182 154 88 0 0.15 0.52 0.29 42.13 0.39 0.53
Hex B6 9A 58 0 F 34 1D 2A 27 35
Octal 266 232 130 0 17 64 35 52 47 65
Binary 10110110 10011010 1011000 0 1111 110100 11101 101010 100111 110101

Color Harmonies of #B69A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69A58

Black with #B69A58

Text Example


Text Example

White with #B69A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69A58; }

 p { color: rgb(182,154,88); }

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

background-color css

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

 a { background-color: rgb(182,154,88); }

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

border-color css

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

 span { border-color: rgb(182,154,88); }

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