Html Css Color HEX #B0563C Orange Roughy

📋 copy color: '#B0563C'

red 176 ◦ green 86 ◦ blue 60

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

Shades of Orange Roughy #B0563C

Tints of Orange Roughy #B0563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 54.66%
G = 26.71%
B = 18.63%

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

#B0563C (or 0xB0563C) is known color: Orange Roughy. HEX triplet: B0, 56 and 3C. RGB value is (176,86,60). Sum of RGB (Red+Green+Blue) = 176+86+60=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0563C is #4FA9C3. Grayscale: #6E6E6E. Windows color (decimal): -5220804 or 3954352. OLE color: 3954352.

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

Color convert

RGB 176 86 60 -
CMYK 0 0.51 0.66 0.31
HSL 13.45º 0.49% 0.46% -
HSV(B) 13.45º 0.66% 0.69% -
XYZ 22.05 16.21 6.24 -
YUV 109.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 176 86 60 0 0.51 0.66 0.31 13.45 0.49 0.46
Hex B0 56 3C 0 33 42 1F D 31 2E
Octal 260 126 74 0 63 102 37 15 61 56
Binary 10110000 1010110 111100 0 110011 1000010 11111 1101 110001 101110

Color Harmonies of #B0563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0563C

Black with #B0563C

Text Example


Text Example

White with #B0563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0563C; }

 p { color: rgb(176,86,60); }

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

background-color css

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

 a { background-color: rgb(176,86,60); }

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

border-color css

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

 span { border-color: rgb(176,86,60); }

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