Html Css Color HEX #B88A63 Barley Corn

📋 copy color: '#B88A63'

red 184 ◦ green 138 ◦ blue 99

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

Shades of Barley Corn #B88A63

Tints of Barley Corn #B88A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 99 (39.06% from 255) = 23.52%

R = 43.71%
G = 32.78%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B88A63 (or 0xB88A63) is known color: Barley Corn. HEX triplet: B8, 8A and 63. RGB value is (184,138,99). Sum of RGB (Red+Green+Blue) = 184+138+99=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A63 is #47759C. Grayscale: #939393. Windows color (decimal): -4683165 or 6523576. OLE color: 6523576.

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

Color convert

RGB 184 138 99 -
CMYK 0 0.25 0.46 0.28
HSL 27.53º 0.37% 0.55% -
HSV(B) 27.53º 0.46% 0.72% -
XYZ 31.11 29.27 15.81 -
YUV 147.31 100.74 154.17 -
System Red Green Blue C M Y K H S L
Decimal 184 138 99 0 0.25 0.46 0.28 27.53 0.37 0.55
Hex B8 8A 63 0 19 2E 1C 1C 25 37
Octal 270 212 143 0 31 56 34 34 45 67
Binary 10111000 10001010 1100011 0 11001 101110 11100 11100 100101 110111

Color Harmonies of #B88A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A63

Black with #B88A63

Text Example


Text Example

White with #B88A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A63; }

 p { color: rgb(184,138,99); }

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

background-color css

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

 a { background-color: rgb(184,138,99); }

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

border-color css

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

 span { border-color: rgb(184,138,99); }

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