Html Css Color HEX #B4905E Barley Corn

📋 copy color: '#B4905E'

red 180 ◦ green 144 ◦ blue 94

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

Shades of Barley Corn #B4905E

Tints of Barley Corn #B4905E

RGB

 RED value IS 180 (70.7% from 255) = 43.06%

 GREEN value IS 144 (56.64% from 255) = 34.45%

 BLUE value IS 94 (37.11% from 255) = 22.49%

R = 43.06%
G = 34.45%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4905E (or 0xB4905E) is known color: Barley Corn. HEX triplet: B4, 90 and 5E. RGB value is (180,144,94). Sum of RGB (Red+Green+Blue) = 180+144+94=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 94 (37.11% from 255 or 22.49% from 418); Max value from RGB is 180 - color contains mainly: red. Hex color #B4905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4905E is #4B6FA1. Grayscale: #959595. Windows color (decimal): -4943778 or 6197428. OLE color: 6197428.

HSL color Cylindrical-coordinate representation of color #B4905E: hue angle of 34.88º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4905E is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 94 -
CMYK 0 0.2 0.48 0.29
HSL 34.88º 0.36% 0.54% -
HSV(B) 34.88º 0.48% 0.71% -
XYZ 30.82 30.46 14.84 -
YUV 149.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 180 144 94 0 0.2 0.48 0.29 34.88 0.36 0.54
Hex B4 90 5E 0 14 30 1D 23 24 36
Octal 264 220 136 0 24 60 35 43 44 66
Binary 10110100 10010000 1011110 0 10100 110000 11101 100011 100100 110110

Color Harmonies of #B4905E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4905E

Black with #B4905E

Text Example


Text Example

White with #B4905E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4905E; }

 p { color: rgb(180,144,94); }

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

background-color css

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

 a { background-color: rgb(180,144,94); }

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

border-color css

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

 span { border-color: rgb(180,144,94); }

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