Html Css Color HEX #B3533A Orange Roughy

📋 copy color: '#B3533A'

red 179 ◦ green 83 ◦ blue 58

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

Shades of Orange Roughy #B3533A

Tints of Orange Roughy #B3533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 55.94%
G = 25.94%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3533A (or 0xB3533A) is known color: Orange Roughy. HEX triplet: B3, 53 and 3A. RGB value is (179,83,58). Sum of RGB (Red+Green+Blue) = 179+83+58=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3533A is #4CACC5. Grayscale: #6D6D6D. Windows color (decimal): -5024966 or 3822515. OLE color: 3822515.

HSL color Cylindrical-coordinate representation of color #B3533A: hue angle of 12.4º 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 #B3533A is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 58 -
CMYK 0 0.54 0.68 0.30
HSL 12.4º 0.51% 0.46% -
HSV(B) 12.4º 0.68% 0.7% -
XYZ 22.45 16.08 5.92 -
YUV 108.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 179 83 58 0 0.54 0.68 0.30 12.4 0.51 0.46
Hex B3 53 3A 0 36 44 1E C 33 2E
Octal 263 123 72 0 66 104 36 14 63 56
Binary 10110011 1010011 111010 0 110110 1000100 11110 1100 110011 101110

Color Harmonies of #B3533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3533A

Black with #B3533A

Text Example


Text Example

White with #B3533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3533A; }

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

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

background-color css

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

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

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

border-color css

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

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

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