Html Css Color HEX #B15439 Orange Roughy

📋 copy color: '#B15439'

red 177 ◦ green 84 ◦ blue 57

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

Shades of Orange Roughy #B15439

Tints of Orange Roughy #B15439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.92%

R = 55.66%
G = 26.42%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B15439 (or 0xB15439) is known color: Orange Roughy. HEX triplet: B1, 54 and 39. RGB value is (177,84,57). Sum of RGB (Red+Green+Blue) = 177+84+57=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B15439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15439 is #4EABC6. Grayscale: #6C6C6C. Windows color (decimal): -5155783 or 3757233. OLE color: 3757233.

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

Color convert

RGB 177 84 57 -
CMYK 0 0.53 0.68 0.31
HSL 13.5º 0.51% 0.46% -
HSV(B) 13.5º 0.68% 0.69% -
XYZ 22.04 15.98 5.79 -
YUV 108.73 98.81 176.7 -
System Red Green Blue C M Y K H S L
Decimal 177 84 57 0 0.53 0.68 0.31 13.5 0.51 0.46
Hex B1 54 39 0 35 44 1F E 33 2E
Octal 261 124 71 0 65 104 37 16 63 56
Binary 10110001 1010100 111001 0 110101 1000100 11111 1110 110011 101110

Color Harmonies of #B15439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15439

Black with #B15439

Text Example


Text Example

White with #B15439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15439; }

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

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

background-color css

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

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

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

border-color css

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

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

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