Html Css Color HEX #B04C36 Orange Roughy

📋 copy color: '#B04C36'

red 176 ◦ green 76 ◦ blue 54

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

Shades of Orange Roughy #B04C36

Tints of Orange Roughy #B04C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.84%

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

R = 57.52%
G = 24.84%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B04C36 (or 0xB04C36) is known color: Orange Roughy. HEX triplet: B0, 4C and 36. RGB value is (176,76,54). Sum of RGB (Red+Green+Blue) = 176+76+54=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C36 is #4FB3C9. Grayscale: #676767. Windows color (decimal): -5223370 or 3558576. OLE color: 3558576.

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

Color convert

RGB 176 76 54 -
CMYK 0 0.57 0.69 0.31
HSL 10.82º 0.53% 0.45% -
HSV(B) 10.82º 0.69% 0.69% -
XYZ 21.15 14.67 5.21 -
YUV 103.39 100.13 179.79 -
System Red Green Blue C M Y K H S L
Decimal 176 76 54 0 0.57 0.69 0.31 10.82 0.53 0.45
Hex B0 4C 36 0 39 45 1F B 35 2D
Octal 260 114 66 0 71 105 37 13 65 55
Binary 10110000 1001100 110110 0 111001 1000101 11111 1011 110101 101101

Color Harmonies of #B04C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C36

Black with #B04C36

Text Example


Text Example

White with #B04C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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