Html Css Color HEX #B88D67 Barley Corn

📋 copy color: '#B88D67'

red 184 ◦ green 141 ◦ blue 103

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

Shades of Barley Corn #B88D67

Tints of Barley Corn #B88D67

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.94%

 BLUE value IS 103 (40.63% from 255) = 24.07%

R = 42.99%
G = 32.94%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B88D67 (or 0xB88D67) is known color: Barley Corn. HEX triplet: B8, 8D and 67. RGB value is (184,141,103). Sum of RGB (Red+Green+Blue) = 184+141+103=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88D67 is #477298. Grayscale: #959595. Windows color (decimal): -4682393 or 6786488. OLE color: 6786488.

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

Color convert

RGB 184 141 103 -
CMYK 0 0.23 0.44 0.28
HSL 28.15º 0.36% 0.56% -
HSV(B) 28.15º 0.44% 0.72% -
XYZ 31.74 30.22 16.99 -
YUV 149.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 184 141 103 0 0.23 0.44 0.28 28.15 0.36 0.56
Hex B8 8D 67 0 17 2C 1C 1C 24 38
Octal 270 215 147 0 27 54 34 34 44 70
Binary 10111000 10001101 1100111 0 10111 101100 11100 11100 100100 111000

Color Harmonies of #B88D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88D67

Black with #B88D67

Text Example


Text Example

White with #B88D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88D67; }

 p { color: rgb(184,141,103); }

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

background-color css

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

 a { background-color: rgb(184,141,103); }

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

border-color css

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

 span { border-color: rgb(184,141,103); }

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