Html Css Color HEX #B88F61 Barley Corn

📋 copy color: '#B88F61'

red 184 ◦ green 143 ◦ blue 97

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

Shades of Barley Corn #B88F61

Tints of Barley Corn #B88F61

RGB

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

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

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

R = 43.4%
G = 33.73%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B88F61 (or 0xB88F61) is known color: Barley Corn. HEX triplet: B8, 8F and 61. RGB value is (184,143,97). Sum of RGB (Red+Green+Blue) = 184+143+97=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F61 is #47709E. Grayscale: #969696. Windows color (decimal): -4681887 or 6393784. OLE color: 6393784.

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

Color convert

RGB 184 143 97 -
CMYK 0 0.22 0.47 0.28
HSL 31.72º 0.38% 0.55% -
HSV(B) 31.72º 0.47% 0.72% -
XYZ 31.75 30.7 15.56 -
YUV 150.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 184 143 97 0 0.22 0.47 0.28 31.72 0.38 0.55
Hex B8 8F 61 0 16 2F 1C 20 26 37
Octal 270 217 141 0 26 57 34 40 46 67
Binary 10111000 10001111 1100001 0 10110 101111 11100 100000 100110 110111

Color Harmonies of #B88F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F61

Black with #B88F61

Text Example


Text Example

White with #B88F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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