Html Css Color HEX #B2563C Orange Roughy

📋 copy color: '#B2563C'

red 178 ◦ green 86 ◦ blue 60

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

Shades of Orange Roughy #B2563C

Tints of Orange Roughy #B2563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 54.94%
G = 26.54%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2563C (or 0xB2563C) is known color: Orange Roughy. HEX triplet: B2, 56 and 3C. RGB value is (178,86,60). Sum of RGB (Red+Green+Blue) = 178+86+60=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2563C is #4DA9C3. Grayscale: #6E6E6E. Windows color (decimal): -5089732 or 3954354. OLE color: 3954354.

HSL color Cylindrical-coordinate representation of color #B2563C: hue angle of 13.22º degrees, saturation: 0.5, 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 #B2563C is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 60 -
CMYK 0 0.52 0.66 0.30
HSL 13.22º 0.5% 0.47% -
HSV(B) 13.22º 0.66% 0.7% -
XYZ 22.5 16.45 6.26 -
YUV 110.54 99.48 176.11 -
System Red Green Blue C M Y K H S L
Decimal 178 86 60 0 0.52 0.66 0.30 13.22 0.5 0.47
Hex B2 56 3C 0 34 42 1E D 32 2F
Octal 262 126 74 0 64 102 36 15 62 57
Binary 10110010 1010110 111100 0 110100 1000010 11110 1101 110010 101111

Color Harmonies of #B2563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2563C

Black with #B2563C

Text Example


Text Example

White with #B2563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2563C; }

 p { color: rgb(178,86,60); }

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

background-color css

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

 a { background-color: rgb(178,86,60); }

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

border-color css

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

 span { border-color: rgb(178,86,60); }

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