Html Css Color HEX #B68D54 Barley Corn

📋 copy color: '#B68D54'

red 182 ◦ green 141 ◦ blue 84

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

Shades of Barley Corn #B68D54

Tints of Barley Corn #B68D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.64%

R = 44.72%
G = 34.64%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B68D54 (or 0xB68D54) is known color: Barley Corn. HEX triplet: B6, 8D and 54. RGB value is (182,141,84). Sum of RGB (Red+Green+Blue) = 182+141+84=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68D54 is #4972AB. Grayscale: #939393. Windows color (decimal): -4813484 or 5541302. OLE color: 5541302.

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

Color convert

RGB 182 141 84 -
CMYK 0 0.23 0.54 0.29
HSL 34.9º 0.4% 0.52% -
HSV(B) 34.9º 0.54% 0.71% -
XYZ 30.42 29.63 12.5 -
YUV 146.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 182 141 84 0 0.23 0.54 0.29 34.9 0.4 0.52
Hex B6 8D 54 0 17 36 1D 23 28 34
Octal 266 215 124 0 27 66 35 43 50 64
Binary 10110110 10001101 1010100 0 10111 110110 11101 100011 101000 110100

Color Harmonies of #B68D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D54

Black with #B68D54

Text Example


Text Example

White with #B68D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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