Html Css Color HEX #B0523D Orange Roughy

📋 copy color: '#B0523D'

red 176 ◦ green 82 ◦ blue 61

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

Shades of Orange Roughy #B0523D

Tints of Orange Roughy #B0523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

 BLUE value IS 61 (24.22% from 255) = 19.12%

R = 55.17%
G = 25.71%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0523D (or 0xB0523D) is known color: Orange Roughy. HEX triplet: B0, 52 and 3D. RGB value is (176,82,61). Sum of RGB (Red+Green+Blue) = 176+82+61=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0523D is #4FADC2. Grayscale: #6B6B6B. Windows color (decimal): -5221827 or 4018864. OLE color: 4018864.

HSL color Cylindrical-coordinate representation of color #B0523D: hue angle of 10.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0523D is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 61 -
CMYK 0 0.53 0.65 0.31
HSL 10.96º 0.49% 0.46% -
HSV(B) 10.96º 0.65% 0.69% -
XYZ 21.76 15.6 6.28 -
YUV 107.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 176 82 61 0 0.53 0.65 0.31 10.96 0.49 0.46
Hex B0 52 3D 0 35 41 1F B 31 2E
Octal 260 122 75 0 65 101 37 13 61 56
Binary 10110000 1010010 111101 0 110101 1000001 11111 1011 110001 101110

Color Harmonies of #B0523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0523D

Black with #B0523D

Text Example


Text Example

White with #B0523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0523D; }

 p { color: rgb(176,82,61); }

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

background-color css

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

 a { background-color: rgb(176,82,61); }

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

border-color css

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

 span { border-color: rgb(176,82,61); }

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