Html Css Color HEX #B4553C Orange Roughy

📋 copy color: '#B4553C'

red 180 ◦ green 85 ◦ blue 60

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

Shades of Orange Roughy #B4553C

Tints of Orange Roughy #B4553C

RGB

 RED value IS 180 (70.7% from 255) = 55.38%

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 55.38%
G = 26.15%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4553C (or 0xB4553C) is known color: Orange Roughy. HEX triplet: B4, 55 and 3C. RGB value is (180,85,60). Sum of RGB (Red+Green+Blue) = 180+85+60=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4553C is #4BAAC3. Grayscale: #6E6E6E. Windows color (decimal): -4958916 or 3954100. OLE color: 3954100.

HSL color Cylindrical-coordinate representation of color #B4553C: hue angle of 12.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4553C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 85 60 -
CMYK 0 0.53 0.67 0.29
HSL 12.5º 0.5% 0.47% -
HSV(B) 12.5º 0.67% 0.71% -
XYZ 22.89 16.53 6.26 -
YUV 110.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 180 85 60 0 0.53 0.67 0.29 12.5 0.5 0.47
Hex B4 55 3C 0 35 43 1D C 32 2F
Octal 264 125 74 0 65 103 35 14 62 57
Binary 10110100 1010101 111100 0 110101 1000011 11101 1100 110010 101111

Color Harmonies of #B4553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4553C

Black with #B4553C

Text Example


Text Example

White with #B4553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4553C; }

 p { color: rgb(180,85,60); }

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

background-color css

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

 a { background-color: rgb(180,85,60); }

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

border-color css

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

 span { border-color: rgb(180,85,60); }

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