Html Css Color HEX #B05536 Orange Roughy

📋 copy color: '#B05536'

red 176 ◦ green 85 ◦ blue 54

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

Shades of Orange Roughy #B05536

Tints of Orange Roughy #B05536

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 55.87%
G = 26.98%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B05536 (or 0xB05536) is known color: Orange Roughy. HEX triplet: B0, 55 and 36. RGB value is (176,85,54). Sum of RGB (Red+Green+Blue) = 176+85+54=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B05536 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05536 is #4FAAC9. Grayscale: #6C6C6C. Windows color (decimal): -5221066 or 3560880. OLE color: 3560880.

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

Color convert

RGB 176 85 54 -
CMYK 0 0.52 0.69 0.31
HSL 15.25º 0.53% 0.45% -
HSV(B) 15.25º 0.69% 0.69% -
XYZ 21.82 15.99 5.43 -
YUV 108.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 176 85 54 0 0.52 0.69 0.31 15.25 0.53 0.45
Hex B0 55 36 0 34 45 1F F 35 2D
Octal 260 125 66 0 64 105 37 17 65 55
Binary 10110000 1010101 110110 0 110100 1000101 11111 1111 110101 101101

Color Harmonies of #B05536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05536

Black with #B05536

Text Example


Text Example

White with #B05536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05536; }

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

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

background-color css

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

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

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

border-color css

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

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

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