Html Css Color HEX #B0905A Barley Corn

📋 copy color: '#B0905A'

red 176 ◦ green 144 ◦ blue 90

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

Shades of Barley Corn #B0905A

Tints of Barley Corn #B0905A

RGB

 RED value IS 176 (69.14% from 255) = 42.93%

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

 BLUE value IS 90 (35.55% from 255) = 21.95%

R = 42.93%
G = 35.12%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0905A (or 0xB0905A) is known color: Barley Corn. HEX triplet: B0, 90 and 5A. RGB value is (176,144,90). Sum of RGB (Red+Green+Blue) = 176+144+90=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B0905A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0905A is #4F6FA5. Grayscale: #939393. Windows color (decimal): -5205926 or 5935280. OLE color: 5935280.

HSL color Cylindrical-coordinate representation of color #B0905A: hue angle of 37.67º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0905A is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 90 -
CMYK 0 0.18 0.49 0.31
HSL 37.67º 0.35% 0.52% -
HSV(B) 37.67º 0.49% 0.69% -
XYZ 29.72 29.91 13.88 -
YUV 147.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 176 144 90 0 0.18 0.49 0.31 37.67 0.35 0.52
Hex B0 90 5A 0 12 31 1F 26 23 34
Octal 260 220 132 0 22 61 37 46 43 64
Binary 10110000 10010000 1011010 0 10010 110001 11111 100110 100011 110100

Color Harmonies of #B0905A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0905A

Black with #B0905A

Text Example


Text Example

White with #B0905A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0905A; }

 p { color: rgb(176,144,90); }

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

background-color css

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

 a { background-color: rgb(176,144,90); }

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

border-color css

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

 span { border-color: rgb(176,144,90); }

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