Html Css Color HEX #B0925A Barley Corn

📋 copy color: '#B0925A'

red 176 ◦ green 146 ◦ blue 90

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

Shades of Barley Corn #B0925A

Tints of Barley Corn #B0925A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

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

R = 42.72%
G = 35.44%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B0925A (or 0xB0925A) is known color: Barley Corn. HEX triplet: B0, 92 and 5A. RGB value is (176,146,90). Sum of RGB (Red+Green+Blue) = 176+146+90=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 176 - color contains mainly: red. Hex color #B0925A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0925A is #4F6DA5. Grayscale: #949494. Windows color (decimal): -5205414 or 5935792. OLE color: 5935792.

HSL color Cylindrical-coordinate representation of color #B0925A: hue angle of 39.07º 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 #B0925A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 90 -
CMYK 0 0.17 0.49 0.31
HSL 39.07º 0.35% 0.52% -
HSV(B) 39.07º 0.49% 0.69% -
XYZ 30.03 30.53 13.98 -
YUV 148.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 176 146 90 0 0.17 0.49 0.31 39.07 0.35 0.52
Hex B0 92 5A 0 11 31 1F 27 23 34
Octal 260 222 132 0 21 61 37 47 43 64
Binary 10110000 10010010 1011010 0 10001 110001 11111 100111 100011 110100

Color Harmonies of #B0925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0925A

Black with #B0925A

Text Example


Text Example

White with #B0925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0925A; }

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

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

background-color css

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

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

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

border-color css

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

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

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