Html Css Color HEX #B0513B Orange Roughy

📋 copy color: '#B0513B'

red 176 ◦ green 81 ◦ blue 59

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

Shades of Orange Roughy #B0513B

Tints of Orange Roughy #B0513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 55.7%
G = 25.63%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0513B (or 0xB0513B) is known color: Orange Roughy. HEX triplet: B0, 51 and 3B. RGB value is (176,81,59). Sum of RGB (Red+Green+Blue) = 176+81+59=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0513B is #4FAEC4. Grayscale: #6B6B6B. Windows color (decimal): -5222085 or 3887536. OLE color: 3887536.

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

Color convert

RGB 176 81 59 -
CMYK 0 0.54 0.66 0.31
HSL 11.28º 0.5% 0.46% -
HSV(B) 11.28º 0.66% 0.69% -
XYZ 21.64 15.43 5.98 -
YUV 106.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 176 81 59 0 0.54 0.66 0.31 11.28 0.5 0.46
Hex B0 51 3B 0 36 42 1F B 32 2E
Octal 260 121 73 0 66 102 37 13 62 56
Binary 10110000 1010001 111011 0 110110 1000010 11111 1011 110010 101110

Color Harmonies of #B0513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0513B

Black with #B0513B

Text Example


Text Example

White with #B0513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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