Html Css Color HEX #B05136 Orange Roughy

📋 copy color: '#B05136'

red 176 ◦ green 81 ◦ blue 54

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

Shades of Orange Roughy #B05136

Tints of Orange Roughy #B05136

RGB

 RED value IS 176 (69.14% from 255) = 56.59%

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 56.59%
G = 26.05%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B05136 (or 0xB05136) is known color: Orange Roughy. HEX triplet: B0, 51 and 36. RGB value is (176,81,54). Sum of RGB (Red+Green+Blue) = 176+81+54=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B05136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05136 is #4FAEC9. Grayscale: #6A6A6A. Windows color (decimal): -5222090 or 3559856. OLE color: 3559856.

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

Color convert

RGB 176 81 54 -
CMYK 0 0.54 0.69 0.31
HSL 13.28º 0.53% 0.45% -
HSV(B) 13.28º 0.69% 0.69% -
XYZ 21.51 15.38 5.33 -
YUV 106.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 176 81 54 0 0.54 0.69 0.31 13.28 0.53 0.45
Hex B0 51 36 0 36 45 1F D 35 2D
Octal 260 121 66 0 66 105 37 15 65 55
Binary 10110000 1010001 110110 0 110110 1000101 11111 1101 110101 101101

Color Harmonies of #B05136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05136

Black with #B05136

Text Example


Text Example

White with #B05136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05136; }

 p { color: rgb(176,81,54); }

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

background-color css

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

 a { background-color: rgb(176,81,54); }

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

border-color css

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

 span { border-color: rgb(176,81,54); }

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