Html Css Color HEX #B05639 Orange Roughy

📋 copy color: '#B05639'

red 176 ◦ green 86 ◦ blue 57

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

Shades of Orange Roughy #B05639

Tints of Orange Roughy #B05639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 55.17%
G = 26.96%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B05639 (or 0xB05639) is known color: Orange Roughy. HEX triplet: B0, 56 and 39. RGB value is (176,86,57). Sum of RGB (Red+Green+Blue) = 176+86+57=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B05639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05639 is #4FA9C6. Grayscale: #6D6D6D. Windows color (decimal): -5220807 or 3757744. OLE color: 3757744.

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

Color convert

RGB 176 86 57 -
CMYK 0 0.51 0.68 0.31
HSL 14.62º 0.51% 0.46% -
HSV(B) 14.62º 0.68% 0.69% -
XYZ 21.97 16.18 5.84 -
YUV 109.6 98.32 175.36 -
System Red Green Blue C M Y K H S L
Decimal 176 86 57 0 0.51 0.68 0.31 14.62 0.51 0.46
Hex B0 56 39 0 33 44 1F F 33 2E
Octal 260 126 71 0 63 104 37 17 63 56
Binary 10110000 1010110 111001 0 110011 1000100 11111 1111 110011 101110

Color Harmonies of #B05639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05639

Black with #B05639

Text Example


Text Example

White with #B05639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05639; }

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

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

background-color css

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

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

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

border-color css

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

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

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