Html Css Color HEX #B88E62 Barley Corn

📋 copy color: '#B88E62'

red 184 ◦ green 142 ◦ blue 98

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

Shades of Barley Corn #B88E62

Tints of Barley Corn #B88E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.11%

R = 43.4%
G = 33.49%
B = 23.11%

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

#B88E62 (or 0xB88E62) is known color: Barley Corn. HEX triplet: B8, 8E and 62. RGB value is (184,142,98). Sum of RGB (Red+Green+Blue) = 184+142+98=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E62 is #47719D. Grayscale: #959595. Windows color (decimal): -4682142 or 6459064. OLE color: 6459064.

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

Color convert

RGB 184 142 98 -
CMYK 0 0.23 0.47 0.28
HSL 30.7º 0.38% 0.55% -
HSV(B) 30.7º 0.47% 0.72% -
XYZ 31.64 30.42 15.76 -
YUV 149.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 184 142 98 0 0.23 0.47 0.28 30.7 0.38 0.55
Hex B8 8E 62 0 17 2F 1C 1F 26 37
Octal 270 216 142 0 27 57 34 37 46 67
Binary 10111000 10001110 1100010 0 10111 101111 11100 11111 100110 110111

Color Harmonies of #B88E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88E62

Black with #B88E62

Text Example


Text Example

White with #B88E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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