Html Css Color HEX #B2573D Orange Roughy

📋 copy color: '#B2573D'

red 178 ◦ green 87 ◦ blue 61

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

Shades of Orange Roughy #B2573D

Tints of Orange Roughy #B2573D

RGB

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

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

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

R = 54.6%
G = 26.69%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2573D (or 0xB2573D) is known color: Orange Roughy. HEX triplet: B2, 57 and 3D. RGB value is (178,87,61). Sum of RGB (Red+Green+Blue) = 178+87+61=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2573D is #4DA8C2. Grayscale: #6F6F6F. Windows color (decimal): -5089475 or 4020146. OLE color: 4020146.

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

Color convert

RGB 178 87 61 -
CMYK 0 0.51 0.66 0.30
HSL 13.33º 0.49% 0.47% -
HSV(B) 13.33º 0.66% 0.7% -
XYZ 22.61 16.62 6.43 -
YUV 111.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 178 87 61 0 0.51 0.66 0.30 13.33 0.49 0.47
Hex B2 57 3D 0 33 42 1E D 31 2F
Octal 262 127 75 0 63 102 36 15 61 57
Binary 10110010 1010111 111101 0 110011 1000010 11110 1101 110001 101111

Color Harmonies of #B2573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2573D

Black with #B2573D

Text Example


Text Example

White with #B2573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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