Html Css Color HEX #B0523A Orange Roughy

📋 copy color: '#B0523A'

red 176 ◦ green 82 ◦ blue 58

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

Shades of Orange Roughy #B0523A

Tints of Orange Roughy #B0523A

RGB

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

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

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

R = 55.7%
G = 25.95%
B = 18.35%

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

#B0523A (or 0xB0523A) is known color: Orange Roughy. HEX triplet: B0, 52 and 3A. RGB value is (176,82,58). Sum of RGB (Red+Green+Blue) = 176+82+58=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0523A is #4FADC5. Grayscale: #6B6B6B. Windows color (decimal): -5221830 or 3822256. OLE color: 3822256.

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

Color convert

RGB 176 82 58 -
CMYK 0 0.53 0.67 0.31
HSL 12.2º 0.5% 0.46% -
HSV(B) 12.2º 0.67% 0.69% -
XYZ 21.69 15.57 5.87 -
YUV 107.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 176 82 58 0 0.53 0.67 0.31 12.2 0.5 0.46
Hex B0 52 3A 0 35 43 1F C 32 2E
Octal 260 122 72 0 65 103 37 14 62 56
Binary 10110000 1010010 111010 0 110101 1000011 11111 1100 110010 101110

Color Harmonies of #B0523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0523A

Black with #B0523A

Text Example


Text Example

White with #B0523A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0523A; }

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

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

background-color css

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

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

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

border-color css

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

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

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