Html Css Color HEX #B05636 Orange Roughy

📋 copy color: '#B05636'

red 176 ◦ green 86 ◦ blue 54

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

Shades of Orange Roughy #B05636

Tints of Orange Roughy #B05636

RGB

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

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

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

R = 55.7%
G = 27.22%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B05636 (or 0xB05636) is known color: Orange Roughy. HEX triplet: B0, 56 and 36. RGB value is (176,86,54). Sum of RGB (Red+Green+Blue) = 176+86+54=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B05636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05636 is #4FA9C9. Grayscale: #6D6D6D. Windows color (decimal): -5220810 or 3561136. OLE color: 3561136.

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

Color convert

RGB 176 86 54 -
CMYK 0 0.51 0.69 0.31
HSL 15.74º 0.53% 0.45% -
HSV(B) 15.74º 0.69% 0.69% -
XYZ 21.9 16.15 5.45 -
YUV 109.26 96.82 175.6 -
System Red Green Blue C M Y K H S L
Decimal 176 86 54 0 0.51 0.69 0.31 15.74 0.53 0.45
Hex B0 56 36 0 33 45 1F 10 35 2D
Octal 260 126 66 0 63 105 37 20 65 55
Binary 10110000 1010110 110110 0 110011 1000101 11111 10000 110101 101101

Color Harmonies of #B05636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05636

Black with #B05636

Text Example


Text Example

White with #B05636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05636; }

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

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

background-color css

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

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

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

border-color css

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

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

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