Html Css Color HEX #B0573B Orange Roughy

📋 copy color: '#B0573B'

red 176 ◦ green 87 ◦ blue 59

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

Shades of Orange Roughy #B0573B

Tints of Orange Roughy #B0573B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 54.66%
G = 27.02%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0573B (or 0xB0573B) is known color: Orange Roughy. HEX triplet: B0, 57 and 3B. RGB value is (176,87,59). Sum of RGB (Red+Green+Blue) = 176+87+59=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0573B is #4FA8C4. Grayscale: #6E6E6E. Windows color (decimal): -5220549 or 3889072. OLE color: 3889072.

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

Color convert

RGB 176 87 59 -
CMYK 0 0.51 0.66 0.31
HSL 14.36º 0.5% 0.46% -
HSV(B) 14.36º 0.66% 0.69% -
XYZ 22.1 16.36 6.13 -
YUV 110.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 176 87 59 0 0.51 0.66 0.31 14.36 0.5 0.46
Hex B0 57 3B 0 33 42 1F E 32 2E
Octal 260 127 73 0 63 102 37 16 62 56
Binary 10110000 1010111 111011 0 110011 1000010 11111 1110 110010 101110

Color Harmonies of #B0573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0573B

Black with #B0573B

Text Example


Text Example

White with #B0573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0573B; }

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

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

background-color css

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

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

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

border-color css

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

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

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