Html Css Color HEX #B2573B Orange Roughy

📋 copy color: '#B2573B'

red 178 ◦ green 87 ◦ blue 59

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

Shades of Orange Roughy #B2573B

Tints of Orange Roughy #B2573B

RGB

 RED value IS 178 (69.92% from 255) = 54.94%

 GREEN value IS 87 (34.38% from 255) = 26.85%

 BLUE value IS 59 (23.44% from 255) = 18.21%

R = 54.94%
G = 26.85%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2573B (or 0xB2573B) is known color: Orange Roughy. HEX triplet: B2, 57 and 3B. RGB value is (178,87,59). Sum of RGB (Red+Green+Blue) = 178+87+59=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2573B is #4DA8C4. Grayscale: #6F6F6F. Windows color (decimal): -5089477 or 3889074. OLE color: 3889074.

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

Color convert

RGB 178 87 59 -
CMYK 0 0.51 0.67 0.30
HSL 14.12º 0.5% 0.46% -
HSV(B) 14.12º 0.67% 0.7% -
XYZ 22.56 16.6 6.15 -
YUV 111.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 178 87 59 0 0.51 0.67 0.30 14.12 0.5 0.46
Hex B2 57 3B 0 33 43 1E E 32 2E
Octal 262 127 73 0 63 103 36 16 62 56
Binary 10110010 1010111 111011 0 110011 1000011 11110 1110 110010 101110

Color Harmonies of #B2573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2573B

Black with #B2573B

Text Example


Text Example

White with #B2573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2573B; }

 p { color: rgb(178,87,59); }

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

background-color css

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

 a { background-color: rgb(178,87,59); }

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

border-color css

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

 span { border-color: rgb(178,87,59); }

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