Html Css Color HEX #B0553A Orange Roughy

📋 copy color: '#B0553A'

red 176 ◦ green 85 ◦ blue 58

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

Shades of Orange Roughy #B0553A

Tints of Orange Roughy #B0553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

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

R = 55.17%
G = 26.65%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0553A (or 0xB0553A) is known color: Orange Roughy. HEX triplet: B0, 55 and 3A. RGB value is (176,85,58). Sum of RGB (Red+Green+Blue) = 176+85+58=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0553A is #4FAAC5. Grayscale: #6D6D6D. Windows color (decimal): -5221062 or 3823024. OLE color: 3823024.

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

Color convert

RGB 176 85 58 -
CMYK 0 0.52 0.67 0.31
HSL 13.73º 0.5% 0.46% -
HSV(B) 13.73º 0.67% 0.69% -
XYZ 21.92 16.03 5.94 -
YUV 109.13 99.15 175.7 -
System Red Green Blue C M Y K H S L
Decimal 176 85 58 0 0.52 0.67 0.31 13.73 0.5 0.46
Hex B0 55 3A 0 34 43 1F E 32 2E
Octal 260 125 72 0 64 103 37 16 62 56
Binary 10110000 1010101 111010 0 110100 1000011 11111 1110 110010 101110

Color Harmonies of #B0553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0553A

Black with #B0553A

Text Example


Text Example

White with #B0553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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