Html Css Color HEX #B3553A Orange Roughy

📋 copy color: '#B3553A'

red 179 ◦ green 85 ◦ blue 58

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

Shades of Orange Roughy #B3553A

Tints of Orange Roughy #B3553A

RGB

 RED value IS 179 (70.31% from 255) = 55.59%

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

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

R = 55.59%
G = 26.4%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3553A (or 0xB3553A) is known color: Orange Roughy. HEX triplet: B3, 55 and 3A. RGB value is (179,85,58). Sum of RGB (Red+Green+Blue) = 179+85+58=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3553A is #4CAAC5. Grayscale: #6E6E6E. Windows color (decimal): -5024454 or 3823027. OLE color: 3823027.

HSL color Cylindrical-coordinate representation of color #B3553A: hue angle of 13.39º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3553A is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 58 -
CMYK 0 0.53 0.68 0.30
HSL 13.39º 0.51% 0.46% -
HSV(B) 13.39º 0.68% 0.7% -
XYZ 22.6 16.39 5.97 -
YUV 110.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 179 85 58 0 0.53 0.68 0.30 13.39 0.51 0.46
Hex B3 55 3A 0 35 44 1E D 33 2E
Octal 263 125 72 0 65 104 36 15 63 56
Binary 10110011 1010101 111010 0 110101 1000100 11110 1101 110011 101110

Color Harmonies of #B3553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3553A

Black with #B3553A

Text Example


Text Example

White with #B3553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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