Html Css Color HEX #B68D59 Barley Corn

📋 copy color: '#B68D59'

red 182 ◦ green 141 ◦ blue 89

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

Shades of Barley Corn #B68D59

Tints of Barley Corn #B68D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

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

R = 44.17%
G = 34.22%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B68D59 (or 0xB68D59) is known color: Barley Corn. HEX triplet: B6, 8D and 59. RGB value is (182,141,89). Sum of RGB (Red+Green+Blue) = 182+141+89=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D59 is #4972A6. Grayscale: #939393. Windows color (decimal): -4813479 or 5868982. OLE color: 5868982.

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

Color convert

RGB 182 141 89 -
CMYK 0 0.23 0.51 0.29
HSL 33.55º 0.39% 0.53% -
HSV(B) 33.55º 0.51% 0.71% -
XYZ 30.62 29.72 13.57 -
YUV 147.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 182 141 89 0 0.23 0.51 0.29 33.55 0.39 0.53
Hex B6 8D 59 0 17 33 1D 22 27 35
Octal 266 215 131 0 27 63 35 42 47 65
Binary 10110110 10001101 1011001 0 10111 110011 11101 100010 100111 110101

Color Harmonies of #B68D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D59

Black with #B68D59

Text Example


Text Example

White with #B68D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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