Html Css Color HEX #B89766 Barley Corn

📋 copy color: '#B89766'

red 184 ◦ green 151 ◦ blue 102

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

Shades of Barley Corn #B89766

Tints of Barley Corn #B89766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.55%

 BLUE value IS 102 (40.23% from 255) = 23.34%

R = 42.11%
G = 34.55%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B89766 (or 0xB89766) is known color: Barley Corn. HEX triplet: B8, 97 and 66. RGB value is (184,151,102). Sum of RGB (Red+Green+Blue) = 184+151+102=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B89766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89766 is #476899. Grayscale: #9B9B9B. Windows color (decimal): -4679834 or 6723512. OLE color: 6723512.

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

Color convert

RGB 184 151 102 -
CMYK 0 0.18 0.45 0.28
HSL 35.85º 0.37% 0.56% -
HSV(B) 35.85º 0.45% 0.72% -
XYZ 33.23 33.28 17.24 -
YUV 155.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 184 151 102 0 0.18 0.45 0.28 35.85 0.37 0.56
Hex B8 97 66 0 12 2D 1C 24 25 38
Octal 270 227 146 0 22 55 34 44 45 70
Binary 10111000 10010111 1100110 0 10010 101101 11100 100100 100101 111000

Color Harmonies of #B89766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89766

Black with #B89766

Text Example


Text Example

White with #B89766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89766; }

 p { color: rgb(184,151,102); }

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

background-color css

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

 a { background-color: rgb(184,151,102); }

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

border-color css

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

 span { border-color: rgb(184,151,102); }

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