Html Css Color HEX #B2563E Orange Roughy

📋 copy color: '#B2563E'

red 178 ◦ green 86 ◦ blue 62

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

Shades of Orange Roughy #B2563E

Tints of Orange Roughy #B2563E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.02%

R = 54.6%
G = 26.38%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2563E (or 0xB2563E) is known color: Orange Roughy. HEX triplet: B2, 56 and 3E. RGB value is (178,86,62). Sum of RGB (Red+Green+Blue) = 178+86+62=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2563E is #4DA9C1. Grayscale: #6E6E6E. Windows color (decimal): -5089730 or 4085426. OLE color: 4085426.

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

Color convert

RGB 178 86 62 -
CMYK 0 0.52 0.65 0.30
HSL 12.41º 0.48% 0.47% -
HSV(B) 12.41º 0.65% 0.7% -
XYZ 22.56 16.47 6.55 -
YUV 110.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 178 86 62 0 0.52 0.65 0.30 12.41 0.48 0.47
Hex B2 56 3E 0 34 41 1E C 30 2F
Octal 262 126 76 0 64 101 36 14 60 57
Binary 10110010 1010110 111110 0 110100 1000001 11110 1100 110000 101111

Color Harmonies of #B2563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2563E

Black with #B2563E

Text Example


Text Example

White with #B2563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2563E; }

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

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

background-color css

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

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

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

border-color css

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

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

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