Html Css Color HEX #B0925C Barley Corn

📋 copy color: '#B0925C'

red 176 ◦ green 146 ◦ blue 92

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

Shades of Barley Corn #B0925C

Tints of Barley Corn #B0925C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 42.51%
G = 35.27%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0925C (or 0xB0925C) is known color: Barley Corn. HEX triplet: B0, 92 and 5C. RGB value is (176,146,92). Sum of RGB (Red+Green+Blue) = 176+146+92=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B0925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0925C is #4F6DA3. Grayscale: #959595. Windows color (decimal): -5205412 or 6066864. OLE color: 6066864.

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

Color convert

RGB 176 146 92 -
CMYK 0 0.17 0.48 0.31
HSL 38.57º 0.35% 0.53% -
HSV(B) 38.57º 0.48% 0.69% -
XYZ 30.12 30.56 14.44 -
YUV 148.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 176 146 92 0 0.17 0.48 0.31 38.57 0.35 0.53
Hex B0 92 5C 0 11 30 1F 27 23 35
Octal 260 222 134 0 21 60 37 47 43 65
Binary 10110000 10010010 1011100 0 10001 110000 11111 100111 100011 110101

Color Harmonies of #B0925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0925C

Black with #B0925C

Text Example


Text Example

White with #B0925C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0925C; }

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

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

background-color css

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

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

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

border-color css

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

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

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