Html Css Color HEX #B68861 Barley Corn

📋 copy color: '#B68861'

red 182 ◦ green 136 ◦ blue 97

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

Shades of Barley Corn #B68861

Tints of Barley Corn #B68861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.37%

R = 43.86%
G = 32.77%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B68861 (or 0xB68861) is known color: Barley Corn. HEX triplet: B6, 88 and 61. RGB value is (182,136,97). Sum of RGB (Red+Green+Blue) = 182+136+97=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B68861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68861 is #49779E. Grayscale: #919191. Windows color (decimal): -4814751 or 6391990. OLE color: 6391990.

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

Color convert

RGB 182 136 97 -
CMYK 0 0.25 0.47 0.29
HSL 27.53º 0.37% 0.55% -
HSV(B) 27.53º 0.47% 0.71% -
XYZ 30.25 28.42 15.2 -
YUV 145.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 182 136 97 0 0.25 0.47 0.29 27.53 0.37 0.55
Hex B6 88 61 0 19 2F 1D 1C 25 37
Octal 266 210 141 0 31 57 35 34 45 67
Binary 10110110 10001000 1100001 0 11001 101111 11101 11100 100101 110111

Color Harmonies of #B68861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68861

Black with #B68861

Text Example


Text Example

White with #B68861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68861; }

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

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

background-color css

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

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

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

border-color css

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

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

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