Html Css Color HEX #B88E61 Barley Corn

📋 copy color: '#B88E61'

red 184 ◦ green 142 ◦ blue 97

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

Shades of Barley Corn #B88E61

Tints of Barley Corn #B88E61

RGB

 RED value IS 184 (72.27% from 255) = 43.5%

 GREEN value IS 142 (55.86% from 255) = 33.57%

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

R = 43.5%
G = 33.57%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B88E61 (or 0xB88E61) is known color: Barley Corn. HEX triplet: B8, 8E and 61. RGB value is (184,142,97). Sum of RGB (Red+Green+Blue) = 184+142+97=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E61 is #47719E. Grayscale: #959595. Windows color (decimal): -4682143 or 6393528. OLE color: 6393528.

HSL color Cylindrical-coordinate representation of color #B88E61: hue angle of 31.03º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B88E61 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 142 97 -
CMYK 0 0.23 0.47 0.28
HSL 31.03º 0.38% 0.55% -
HSV(B) 31.03º 0.47% 0.72% -
XYZ 31.6 30.4 15.51 -
YUV 149.43 98.41 152.66 -
System Red Green Blue C M Y K H S L
Decimal 184 142 97 0 0.23 0.47 0.28 31.03 0.38 0.55
Hex B8 8E 61 0 17 2F 1C 1F 26 37
Octal 270 216 141 0 27 57 34 37 46 67
Binary 10111000 10001110 1100001 0 10111 101111 11100 11111 100110 110111

Color Harmonies of #B88E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88E61

Black with #B88E61

Text Example


Text Example

White with #B88E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88E61; }

 p { color: rgb(184,142,97); }

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

background-color css

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

 a { background-color: rgb(184,142,97); }

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

border-color css

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

 span { border-color: rgb(184,142,97); }

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