Html Css Color HEX #B0563A Orange Roughy

📋 copy color: '#B0563A'

red 176 ◦ green 86 ◦ blue 58

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

Shades of Orange Roughy #B0563A

Tints of Orange Roughy #B0563A

RGB

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

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

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

R = 55%
G = 26.88%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0563A (or 0xB0563A) is known color: Orange Roughy. HEX triplet: B0, 56 and 3A. RGB value is (176,86,58). Sum of RGB (Red+Green+Blue) = 176+86+58=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0563A is #4FA9C5. Grayscale: #6D6D6D. Windows color (decimal): -5220806 or 3823280. OLE color: 3823280.

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

Color convert

RGB 176 86 58 -
CMYK 0 0.51 0.67 0.31
HSL 14.24º 0.5% 0.46% -
HSV(B) 14.24º 0.67% 0.69% -
XYZ 22 16.19 5.97 -
YUV 109.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 176 86 58 0 0.51 0.67 0.31 14.24 0.5 0.46
Hex B0 56 3A 0 33 43 1F E 32 2E
Octal 260 126 72 0 63 103 37 16 62 56
Binary 10110000 1010110 111010 0 110011 1000011 11111 1110 110010 101110

Color Harmonies of #B0563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0563A

Black with #B0563A

Text Example


Text Example

White with #B0563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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