Html Css Color HEX #B05137 Orange Roughy

📋 copy color: '#B05137'

red 176 ◦ green 81 ◦ blue 55

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

Shades of Orange Roughy #B05137

Tints of Orange Roughy #B05137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 56.41%
G = 25.96%
B = 17.63%

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

#B05137 (or 0xB05137) is known color: Orange Roughy. HEX triplet: B0, 51 and 37. RGB value is (176,81,55). Sum of RGB (Red+Green+Blue) = 176+81+55=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B05137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05137 is #4FAEC8. Grayscale: #6A6A6A. Windows color (decimal): -5222089 or 3625392. OLE color: 3625392.

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

Color convert

RGB 176 81 55 -
CMYK 0 0.54 0.69 0.31
HSL 12.89º 0.52% 0.45% -
HSV(B) 12.89º 0.69% 0.69% -
XYZ 21.54 15.39 5.45 -
YUV 106.44 98.97 177.61 -
System Red Green Blue C M Y K H S L
Decimal 176 81 55 0 0.54 0.69 0.31 12.89 0.52 0.45
Hex B0 51 37 0 36 45 1F D 34 2D
Octal 260 121 67 0 66 105 37 15 64 55
Binary 10110000 1010001 110111 0 110110 1000101 11111 1101 110100 101101

Color Harmonies of #B05137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05137

Black with #B05137

Text Example


Text Example

White with #B05137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05137; }

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

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

background-color css

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

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

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

border-color css

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

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

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