Html Css Color HEX #B88F63 Barley Corn

📋 copy color: '#B88F63'

red 184 ◦ green 143 ◦ blue 99

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

Shades of Barley Corn #B88F63

Tints of Barley Corn #B88F63

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.57%

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

R = 43.19%
G = 33.57%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B88F63 (or 0xB88F63) is known color: Barley Corn. HEX triplet: B8, 8F and 63. RGB value is (184,143,99). Sum of RGB (Red+Green+Blue) = 184+143+99=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F63 is #47709C. Grayscale: #969696. Windows color (decimal): -4681885 or 6524856. OLE color: 6524856.

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

Color convert

RGB 184 143 99 -
CMYK 0 0.22 0.46 0.28
HSL 31.06º 0.37% 0.55% -
HSV(B) 31.06º 0.46% 0.72% -
XYZ 31.84 30.74 16.06 -
YUV 150.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 184 143 99 0 0.22 0.46 0.28 31.06 0.37 0.55
Hex B8 8F 63 0 16 2E 1C 1F 25 37
Octal 270 217 143 0 26 56 34 37 45 67
Binary 10111000 10001111 1100011 0 10110 101110 11100 11111 100101 110111

Color Harmonies of #B88F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F63

Black with #B88F63

Text Example


Text Example

White with #B88F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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