Html Css Color HEX #B0513A Orange Roughy

📋 copy color: '#B0513A'

red 176 ◦ green 81 ◦ blue 58

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

Shades of Orange Roughy #B0513A

Tints of Orange Roughy #B0513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.71%

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

R = 55.87%
G = 25.71%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0513A (or 0xB0513A) is known color: Orange Roughy. HEX triplet: B0, 51 and 3A. RGB value is (176,81,58). Sum of RGB (Red+Green+Blue) = 176+81+58=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B0513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0513A is #4FAEC5. Grayscale: #6A6A6A. Windows color (decimal): -5222086 or 3822000. OLE color: 3822000.

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

Color convert

RGB 176 81 58 -
CMYK 0 0.54 0.67 0.31
HSL 11.69º 0.5% 0.46% -
HSV(B) 11.69º 0.67% 0.69% -
XYZ 21.61 15.42 5.84 -
YUV 106.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 176 81 58 0 0.54 0.67 0.31 11.69 0.5 0.46
Hex B0 51 3A 0 36 43 1F C 32 2E
Octal 260 121 72 0 66 103 37 14 62 56
Binary 10110000 1010001 111010 0 110110 1000011 11111 1100 110010 101110

Color Harmonies of #B0513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0513A

Black with #B0513A

Text Example


Text Example

White with #B0513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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