Html Css Color HEX #B14E3B Orange Roughy

📋 copy color: '#B14E3B'

red 177 ◦ green 78 ◦ blue 59

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

Shades of Orange Roughy #B14E3B

Tints of Orange Roughy #B14E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 56.37%
G = 24.84%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B14E3B (or 0xB14E3B) is known color: Orange Roughy. HEX triplet: B1, 4E and 3B. RGB value is (177,78,59). Sum of RGB (Red+Green+Blue) = 177+78+59=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E3B is #4EB1C4. Grayscale: #696969. Windows color (decimal): -5157317 or 3886769. OLE color: 3886769.

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

Color convert

RGB 177 78 59 -
CMYK 0 0.56 0.67 0.31
HSL 9.66º 0.5% 0.46% -
HSV(B) 9.66º 0.67% 0.69% -
XYZ 21.65 15.11 5.91 -
YUV 105.44 101.8 179.04 -
System Red Green Blue C M Y K H S L
Decimal 177 78 59 0 0.56 0.67 0.31 9.66 0.5 0.46
Hex B1 4E 3B 0 38 43 1F A 32 2E
Octal 261 116 73 0 70 103 37 12 62 56
Binary 10110001 1001110 111011 0 111000 1000011 11111 1010 110010 101110

Color Harmonies of #B14E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E3B

Black with #B14E3B

Text Example


Text Example

White with #B14E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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