Html Css Color HEX #B05839 Orange Roughy

📋 copy color: '#B05839'

red 176 ◦ green 88 ◦ blue 57

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

Shades of Orange Roughy #B05839

Tints of Orange Roughy #B05839

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 54.83%
G = 27.41%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B05839 (or 0xB05839) is known color: Orange Roughy. HEX triplet: B0, 58 and 39. RGB value is (176,88,57). Sum of RGB (Red+Green+Blue) = 176+88+57=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B05839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05839 is #4FA7C6. Grayscale: #6E6E6E. Windows color (decimal): -5220295 or 3758256. OLE color: 3758256.

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

Color convert

RGB 176 88 57 -
CMYK 0 0.50 0.68 0.31
HSL 15.63º 0.51% 0.46% -
HSV(B) 15.63º 0.68% 0.69% -
XYZ 22.13 16.5 5.89 -
YUV 110.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 176 88 57 0 0.50 0.68 0.31 15.63 0.51 0.46
Hex B0 58 39 0 32 44 1F 10 33 2E
Octal 260 130 71 0 62 104 37 20 63 56
Binary 10110000 1011000 111001 0 110010 1000100 11111 10000 110011 101110

Color Harmonies of #B05839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05839

Black with #B05839

Text Example


Text Example

White with #B05839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05839; }

 p { color: rgb(176,88,57); }

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

background-color css

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

 a { background-color: rgb(176,88,57); }

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

border-color css

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

 span { border-color: rgb(176,88,57); }

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