Html Css Color HEX #B3513D Orange Roughy

📋 copy color: '#B3513D'

red 179 ◦ green 81 ◦ blue 61

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

Shades of Orange Roughy #B3513D

Tints of Orange Roughy #B3513D

RGB

 RED value IS 179 (70.31% from 255) = 55.76%

 GREEN value IS 81 (32.03% from 255) = 25.23%

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

R = 55.76%
G = 25.23%
B = 19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3513D (or 0xB3513D) is known color: Orange Roughy. HEX triplet: B3, 51 and 3D. RGB value is (179,81,61). Sum of RGB (Red+Green+Blue) = 179+81+61=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3513D is #4CAEC2. Grayscale: #6C6C6C. Windows color (decimal): -5025475 or 4018611. OLE color: 4018611.

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

Color convert

RGB 179 81 61 -
CMYK 0 0.55 0.66 0.30
HSL 10.17º 0.49% 0.47% -
HSV(B) 10.17º 0.66% 0.7% -
XYZ 22.38 15.81 6.29 -
YUV 108.02 101.47 178.63 -
System Red Green Blue C M Y K H S L
Decimal 179 81 61 0 0.55 0.66 0.30 10.17 0.49 0.47
Hex B3 51 3D 0 37 42 1E A 31 2F
Octal 263 121 75 0 67 102 36 12 61 57
Binary 10110011 1010001 111101 0 110111 1000010 11110 1010 110001 101111

Color Harmonies of #B3513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3513D

Black with #B3513D

Text Example


Text Example

White with #B3513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3513D; }

 p { color: rgb(179,81,61); }

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

background-color css

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

 a { background-color: rgb(179,81,61); }

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

border-color css

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

 span { border-color: rgb(179,81,61); }

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