Html Css Color HEX #B14E39 Orange Roughy

📋 copy color: '#B14E39'

red 177 ◦ green 78 ◦ blue 57

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

Shades of Orange Roughy #B14E39

Tints of Orange Roughy #B14E39

RGB

 RED value IS 177 (69.53% from 255) = 56.73%

 GREEN value IS 78 (30.86% from 255) = 25%

 BLUE value IS 57 (22.66% from 255) = 18.27%

R = 56.73%
G = 25%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B14E39 (or 0xB14E39) is known color: Orange Roughy. HEX triplet: B1, 4E and 39. RGB value is (177,78,57). Sum of RGB (Red+Green+Blue) = 177+78+57=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E39 is #4EB1C6. Grayscale: #696969. Windows color (decimal): -5157319 or 3755697. OLE color: 3755697.

HSL color Cylindrical-coordinate representation of color #B14E39: hue angle of 10.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14E39 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 78 57 -
CMYK 0 0.56 0.68 0.31
HSL 10.5º 0.51% 0.46% -
HSV(B) 10.5º 0.68% 0.69% -
XYZ 21.59 15.09 5.65 -
YUV 105.21 100.8 179.21 -
System Red Green Blue C M Y K H S L
Decimal 177 78 57 0 0.56 0.68 0.31 10.5 0.51 0.46
Hex B1 4E 39 0 38 44 1F A 33 2E
Octal 261 116 71 0 70 104 37 12 63 56
Binary 10110001 1001110 111001 0 111000 1000100 11111 1010 110011 101110

Color Harmonies of #B14E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E39

Black with #B14E39

Text Example


Text Example

White with #B14E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E39; }

 p { color: rgb(177,78,57); }

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

background-color css

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

 a { background-color: rgb(177,78,57); }

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

border-color css

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

 span { border-color: rgb(177,78,57); }

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