Html Css Color HEX #B4553D Orange Roughy

📋 copy color: '#B4553D'

red 180 ◦ green 85 ◦ blue 61

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

Shades of Orange Roughy #B4553D

Tints of Orange Roughy #B4553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 55.21%
G = 26.07%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4553D (or 0xB4553D) is known color: Orange Roughy. HEX triplet: B4, 55 and 3D. RGB value is (180,85,61). Sum of RGB (Red+Green+Blue) = 180+85+61=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4553D is #4BAAC2. Grayscale: #6E6E6E. Windows color (decimal): -4958915 or 4019636. OLE color: 4019636.

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

Color convert

RGB 180 85 61 -
CMYK 0 0.53 0.66 0.29
HSL 12.1º 0.49% 0.47% -
HSV(B) 12.1º 0.66% 0.71% -
XYZ 22.91 16.54 6.4 -
YUV 110.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 180 85 61 0 0.53 0.66 0.29 12.1 0.49 0.47
Hex B4 55 3D 0 35 42 1D C 31 2F
Octal 264 125 75 0 65 102 35 14 61 57
Binary 10110100 1010101 111101 0 110101 1000010 11101 1100 110001 101111

Color Harmonies of #B4553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4553D

Black with #B4553D

Text Example


Text Example

White with #B4553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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