Html Css Color HEX #B15436 Orange Roughy

📋 copy color: '#B15436'

red 177 ◦ green 84 ◦ blue 54

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

Shades of Orange Roughy #B15436

Tints of Orange Roughy #B15436

RGB

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

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

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

R = 56.19%
G = 26.67%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B15436 (or 0xB15436) is known color: Orange Roughy. HEX triplet: B1, 54 and 36. RGB value is (177,84,54). Sum of RGB (Red+Green+Blue) = 177+84+54=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B15436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15436 is #4EABC9. Grayscale: #6C6C6C. Windows color (decimal): -5155786 or 3560625. OLE color: 3560625.

HSL color Cylindrical-coordinate representation of color #B15436: hue angle of 14.63º 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 #B15436 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 54 -
CMYK 0 0.53 0.69 0.31
HSL 14.63º 0.53% 0.45% -
HSV(B) 14.63º 0.69% 0.69% -
XYZ 21.97 15.95 5.41 -
YUV 108.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 177 84 54 0 0.53 0.69 0.31 14.63 0.53 0.45
Hex B1 54 36 0 35 45 1F F 35 2D
Octal 261 124 66 0 65 105 37 17 65 55
Binary 10110001 1010100 110110 0 110101 1000101 11111 1111 110101 101101

Color Harmonies of #B15436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15436

Black with #B15436

Text Example


Text Example

White with #B15436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15436; }

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

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

background-color css

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

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

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

border-color css

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

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

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