Html Css Color HEX #B68858 Barley Corn

📋 copy color: '#B68858'

red 182 ◦ green 136 ◦ blue 88

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

Shades of Barley Corn #B68858

Tints of Barley Corn #B68858

RGB

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

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

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

R = 44.83%
G = 33.5%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B68858 (or 0xB68858) is known color: Barley Corn. HEX triplet: B6, 88 and 58. RGB value is (182,136,88). Sum of RGB (Red+Green+Blue) = 182+136+88=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B68858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68858 is #4977A7. Grayscale: #909090. Windows color (decimal): -4814760 or 5802166. OLE color: 5802166.

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

Color convert

RGB 182 136 88 -
CMYK 0 0.25 0.52 0.29
HSL 30.64º 0.39% 0.53% -
HSV(B) 30.64º 0.52% 0.71% -
XYZ 29.86 28.26 13.11 -
YUV 144.28 96.24 154.9 -
System Red Green Blue C M Y K H S L
Decimal 182 136 88 0 0.25 0.52 0.29 30.64 0.39 0.53
Hex B6 88 58 0 19 34 1D 1F 27 35
Octal 266 210 130 0 31 64 35 37 47 65
Binary 10110110 10001000 1011000 0 11001 110100 11101 11111 100111 110101

Color Harmonies of #B68858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68858

Black with #B68858

Text Example


Text Example

White with #B68858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68858; }

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

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

background-color css

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

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

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

border-color css

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

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

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