Html Css Color HEX #B95028 Red Stage

📋 copy color: '#B95028'

red 185 ◦ green 80 ◦ blue 40

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

Shades of Red Stage #B95028

Tints of Red Stage #B95028

RGB

 RED value IS 185 (72.66% from 255) = 60.66%

 GREEN value IS 80 (31.64% from 255) = 26.23%

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 60.66%
G = 26.23%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B95028 (or 0xB95028) is known color: Red Stage. HEX triplet: B9, 50 and 28. RGB value is (185,80,40). Sum of RGB (Red+Green+Blue) = 185+80+40=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B95028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95028 is #46AFD7. Grayscale: #6B6B6B. Windows color (decimal): -4632536 or 2642105. OLE color: 2642105.

HSL color Cylindrical-coordinate representation of color #B95028: hue angle of 16.55º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B95028 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 40 -
CMYK 0 0.57 0.78 0.27
HSL 16.55º 0.64% 0.44% -
HSV(B) 16.55º 0.78% 0.73% -
XYZ 23.26 16.2 3.91 -
YUV 106.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 185 80 40 0 0.57 0.78 0.27 16.55 0.64 0.44
Hex B9 50 28 0 39 4E 1B 11 40 2C
Octal 271 120 50 0 71 116 33 21 100 54
Binary 10111001 1010000 101000 0 111001 1001110 11011 10001 1000000 101100

Color Harmonies of #B95028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95028

Black with #B95028

Text Example


Text Example

White with #B95028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95028; }

 p { color: rgb(185,80,40); }

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

background-color css

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

 a { background-color: rgb(185,80,40); }

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

border-color css

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

 span { border-color: rgb(185,80,40); }

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