Html Css Color HEX #B0533A Orange Roughy

📋 copy color: '#B0533A'

red 176 ◦ green 83 ◦ blue 58

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

Shades of Orange Roughy #B0533A

Tints of Orange Roughy #B0533A

RGB

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

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

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

R = 55.52%
G = 26.18%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0533A (or 0xB0533A) is known color: Orange Roughy. HEX triplet: B0, 53 and 3A. RGB value is (176,83,58). Sum of RGB (Red+Green+Blue) = 176+83+58=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0533A is #4FACC5. Grayscale: #6C6C6C. Windows color (decimal): -5221574 or 3822512. OLE color: 3822512.

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

Color convert

RGB 176 83 58 -
CMYK 0 0.53 0.67 0.31
HSL 12.71º 0.5% 0.46% -
HSV(B) 12.71º 0.67% 0.69% -
XYZ 21.76 15.72 5.89 -
YUV 107.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 176 83 58 0 0.53 0.67 0.31 12.71 0.5 0.46
Hex B0 53 3A 0 35 43 1F D 32 2E
Octal 260 123 72 0 65 103 37 15 62 56
Binary 10110000 1010011 111010 0 110101 1000011 11111 1101 110010 101110

Color Harmonies of #B0533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0533A

Black with #B0533A

Text Example


Text Example

White with #B0533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0533A; }

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

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

background-color css

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

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

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

border-color css

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

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

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