Html Css Color HEX #B0503A Orange Roughy

📋 copy color: '#B0503A'

red 176 ◦ green 80 ◦ blue 58

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

Shades of Orange Roughy #B0503A

Tints of Orange Roughy #B0503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 56.05%
G = 25.48%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0503A (or 0xB0503A) is known color: Orange Roughy. HEX triplet: B0, 50 and 3A. RGB value is (176,80,58). Sum of RGB (Red+Green+Blue) = 176+80+58=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B0503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0503A is #4FAFC5. Grayscale: #6A6A6A. Windows color (decimal): -5222342 or 3821744. OLE color: 3821744.

HSL color Cylindrical-coordinate representation of color #B0503A: hue angle of 11.19º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0503A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 58 -
CMYK 0 0.55 0.67 0.31
HSL 11.19º 0.5% 0.46% -
HSV(B) 11.19º 0.67% 0.69% -
XYZ 21.54 15.27 5.82 -
YUV 106.2 100.8 177.79 -
System Red Green Blue C M Y K H S L
Decimal 176 80 58 0 0.55 0.67 0.31 11.19 0.5 0.46
Hex B0 50 3A 0 37 43 1F B 32 2E
Octal 260 120 72 0 67 103 37 13 62 56
Binary 10110000 1010000 111010 0 110111 1000011 11111 1011 110010 101110

Color Harmonies of #B0503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0503A

Black with #B0503A

Text Example


Text Example

White with #B0503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0503A; }

 p { color: rgb(176,80,58); }

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

background-color css

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

 a { background-color: rgb(176,80,58); }

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

border-color css

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

 span { border-color: rgb(176,80,58); }

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