Html Css Color HEX #B4573D Orange Roughy

📋 copy color: '#B4573D'

red 180 ◦ green 87 ◦ blue 61

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

Shades of Orange Roughy #B4573D

Tints of Orange Roughy #B4573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

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

R = 54.88%
G = 26.52%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4573D (or 0xB4573D) is known color: Orange Roughy. HEX triplet: B4, 57 and 3D. RGB value is (180,87,61). Sum of RGB (Red+Green+Blue) = 180+87+61=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B4573D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4573D is #4BA8C2. Grayscale: #707070. Windows color (decimal): -4958403 or 4020148. OLE color: 4020148.

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

Color convert

RGB 180 87 61 -
CMYK 0 0.52 0.66 0.29
HSL 13.11º 0.49% 0.47% -
HSV(B) 13.11º 0.66% 0.71% -
XYZ 23.07 16.86 6.45 -
YUV 111.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 180 87 61 0 0.52 0.66 0.29 13.11 0.49 0.47
Hex B4 57 3D 0 34 42 1D D 31 2F
Octal 264 127 75 0 64 102 35 15 61 57
Binary 10110100 1010111 111101 0 110100 1000010 11101 1101 110001 101111

Color Harmonies of #B4573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4573D

Black with #B4573D

Text Example


Text Example

White with #B4573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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