Html Css Color HEX #B15536 Orange Roughy

📋 copy color: '#B15536'

red 177 ◦ green 85 ◦ blue 54

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

Shades of Orange Roughy #B15536

Tints of Orange Roughy #B15536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 56.01%
G = 26.9%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B15536 (or 0xB15536) is known color: Orange Roughy. HEX triplet: B1, 55 and 36. RGB value is (177,85,54). Sum of RGB (Red+Green+Blue) = 177+85+54=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B15536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15536 is #4EAAC9. Grayscale: #6D6D6D. Windows color (decimal): -5155530 or 3560881. OLE color: 3560881.

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

Color convert

RGB 177 85 54 -
CMYK 0 0.52 0.69 0.31
HSL 15.12º 0.53% 0.45% -
HSV(B) 15.12º 0.69% 0.69% -
XYZ 22.05 16.11 5.44 -
YUV 108.97 96.98 176.52 -
System Red Green Blue C M Y K H S L
Decimal 177 85 54 0 0.52 0.69 0.31 15.12 0.53 0.45
Hex B1 55 36 0 34 45 1F F 35 2D
Octal 261 125 66 0 64 105 37 17 65 55
Binary 10110001 1010101 110110 0 110100 1000101 11111 1111 110101 101101

Color Harmonies of #B15536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15536

Black with #B15536

Text Example


Text Example

White with #B15536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15536; }

 p { color: rgb(177,85,54); }

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

background-color css

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

 a { background-color: rgb(177,85,54); }

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

border-color css

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

 span { border-color: rgb(177,85,54); }

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