#B14F3D

Color #B14F3D Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #B14F3D

Tints of Orange Roughy #B14F3D

Color information

#B14F3D (or 0xB14F3D) is unknown color: approx Orange Roughy. HEX triplet: B1, 4F and 3D. RGB value is (177,79,61). Sum of RGB (Red+Green+Blue) = 177+79+61=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14F3D is #4EB0C2. Grayscale: #6A6A6A. Windows color (decimal): -5157059 or 4018097. OLE color: 4018097.

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

Color convert

RGB1777961-
CMYK00.550.660.31
HSL9.31º48.74%46.67%-
HSV(B)9.31º65.54%69.41%-
XYZ21.7715.286.22-
YUV106.25102.47178.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=55.84%
G=24.92%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177796100.550.660.319.3148.7446.67
HexB14F3D037421F9312f
Octal2611177506710237116157
Binary10110001100111111110101101111000010111111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F3D; }

 p { color: rgb(177,79,61); }

 H1.HeaderClassName
 {
   color: #B14F3D;
 }
 .AnyTagClassName
 {
   color: #B14F3D;
 }
</style>
background-color css

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

 a { background-color: rgb(177,79,61); }

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

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

 span { border-color: rgb(177,79,61); }

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