Html Css Color HEX #B28C62 Barley Corn

📋 copy color: '#B28C62'

red 178 ◦ green 140 ◦ blue 98

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

Shades of Barley Corn #B28C62

Tints of Barley Corn #B28C62

RGB

 RED value IS 178 (69.92% from 255) = 42.79%

 GREEN value IS 140 (55.08% from 255) = 33.65%

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 42.79%
G = 33.65%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B28C62 (or 0xB28C62) is known color: Barley Corn. HEX triplet: B2, 8C and 62. RGB value is (178,140,98). Sum of RGB (Red+Green+Blue) = 178+140+98=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28C62 is #4D739D. Grayscale: #929292. Windows color (decimal): -5075870 or 6458546. OLE color: 6458546.

HSL color Cylindrical-coordinate representation of color #B28C62: hue angle of 31.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28C62 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 140 98 -
CMYK 0 0.21 0.45 0.30
HSL 31.5º 0.34% 0.54% -
HSV(B) 31.5º 0.45% 0.7% -
XYZ 29.94 29.1 15.59 -
YUV 146.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 178 140 98 0 0.21 0.45 0.30 31.5 0.34 0.54
Hex B2 8C 62 0 15 2D 1E 1F 22 36
Octal 262 214 142 0 25 55 36 37 42 66
Binary 10110010 10001100 1100010 0 10101 101101 11110 11111 100010 110110

Color Harmonies of #B28C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C62

Black with #B28C62

Text Example


Text Example

White with #B28C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C62; }

 p { color: rgb(178,140,98); }

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

background-color css

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

 a { background-color: rgb(178,140,98); }

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

border-color css

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

 span { border-color: rgb(178,140,98); }

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