Html Css Color HEX #B2543A Orange Roughy

📋 copy color: '#B2543A'

red 178 ◦ green 84 ◦ blue 58

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

Shades of Orange Roughy #B2543A

Tints of Orange Roughy #B2543A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 55.63%
G = 26.25%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2543A (or 0xB2543A) is known color: Orange Roughy. HEX triplet: B2, 54 and 3A. RGB value is (178,84,58). Sum of RGB (Red+Green+Blue) = 178+84+58=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2543A is #4DABC5. Grayscale: #6D6D6D. Windows color (decimal): -5090246 or 3822770. OLE color: 3822770.

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

Color convert

RGB 178 84 58 -
CMYK 0 0.53 0.67 0.30
HSL 13º 0.51% 0.46% -
HSV(B) 13º 0.67% 0.7% -
XYZ 22.29 16.11 5.94 -
YUV 109.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 178 84 58 0 0.53 0.67 0.30 13 0.51 0.46
Hex B2 54 3A 0 35 43 1E D 33 2E
Octal 262 124 72 0 65 103 36 15 63 56
Binary 10110010 1010100 111010 0 110101 1000011 11110 1101 110011 101110

Color Harmonies of #B2543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2543A

Black with #B2543A

Text Example


Text Example

White with #B2543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2543A; }

 p { color: rgb(178,84,58); }

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

background-color css

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

 a { background-color: rgb(178,84,58); }

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

border-color css

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

 span { border-color: rgb(178,84,58); }

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