Html Css Color HEX #B1543A Orange Roughy

📋 copy color: '#B1543A'

red 177 ◦ green 84 ◦ blue 58

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

Shades of Orange Roughy #B1543A

Tints of Orange Roughy #B1543A

RGB

 RED value IS 177 (69.53% from 255) = 55.49%

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

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

R = 55.49%
G = 26.33%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1543A (or 0xB1543A) is known color: Orange Roughy. HEX triplet: B1, 54 and 3A. RGB value is (177,84,58). Sum of RGB (Red+Green+Blue) = 177+84+58=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1543A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1543A is #4EABC5. Grayscale: #6D6D6D. Windows color (decimal): -5155782 or 3822769. OLE color: 3822769.

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

Color convert

RGB 177 84 58 -
CMYK 0 0.53 0.67 0.31
HSL 13.11º 0.51% 0.46% -
HSV(B) 13.11º 0.67% 0.69% -
XYZ 22.07 15.99 5.93 -
YUV 108.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 177 84 58 0 0.53 0.67 0.31 13.11 0.51 0.46
Hex B1 54 3A 0 35 43 1F D 33 2E
Octal 261 124 72 0 65 103 37 15 63 56
Binary 10110001 1010100 111010 0 110101 1000011 11111 1101 110011 101110

Color Harmonies of #B1543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1543A

Black with #B1543A

Text Example


Text Example

White with #B1543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1543A; }

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

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

background-color css

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

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

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

border-color css

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

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

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