Html Css Color HEX #B68859 Barley Corn

📋 copy color: '#B68859'

red 182 ◦ green 136 ◦ blue 89

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

Shades of Barley Corn #B68859

Tints of Barley Corn #B68859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.42%

 BLUE value IS 89 (35.16% from 255) = 21.87%

R = 44.72%
G = 33.42%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B68859 (or 0xB68859) is known color: Barley Corn. HEX triplet: B6, 88 and 59. RGB value is (182,136,89). Sum of RGB (Red+Green+Blue) = 182+136+89=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B68859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68859 is #4977A6. Grayscale: #909090. Windows color (decimal): -4814759 or 5867702. OLE color: 5867702.

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

Color convert

RGB 182 136 89 -
CMYK 0 0.25 0.51 0.29
HSL 30.32º 0.39% 0.53% -
HSV(B) 30.32º 0.51% 0.71% -
XYZ 29.9 28.27 13.33 -
YUV 144.4 96.74 154.82 -
System Red Green Blue C M Y K H S L
Decimal 182 136 89 0 0.25 0.51 0.29 30.32 0.39 0.53
Hex B6 88 59 0 19 33 1D 1E 27 35
Octal 266 210 131 0 31 63 35 36 47 65
Binary 10110110 10001000 1011001 0 11001 110011 11101 11110 100111 110101

Color Harmonies of #B68859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68859

Black with #B68859

Text Example


Text Example

White with #B68859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68859; }

 p { color: rgb(182,136,89); }

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

background-color css

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

 a { background-color: rgb(182,136,89); }

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

border-color css

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

 span { border-color: rgb(182,136,89); }

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