Html Css Color HEX #B25139 Orange Roughy

📋 copy color: '#B25139'

red 178 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #B25139

Tints of Orange Roughy #B25139

RGB

 RED value IS 178 (69.92% from 255) = 56.33%

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

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

R = 56.33%
G = 25.63%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B25139 (or 0xB25139) is known color: Orange Roughy. HEX triplet: B2, 51 and 39. RGB value is (178,81,57). Sum of RGB (Red+Green+Blue) = 178+81+57=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B25139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25139 is #4DAEC6. Grayscale: #6B6B6B. Windows color (decimal): -5091015 or 3756466. OLE color: 3756466.

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

Color convert

RGB 178 81 57 -
CMYK 0 0.54 0.68 0.30
HSL 11.9º 0.51% 0.46% -
HSV(B) 11.9º 0.68% 0.7% -
XYZ 22.04 15.65 5.73 -
YUV 107.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 178 81 57 0 0.54 0.68 0.30 11.9 0.51 0.46
Hex B2 51 39 0 36 44 1E C 33 2E
Octal 262 121 71 0 66 104 36 14 63 56
Binary 10110010 1010001 111001 0 110110 1000100 11110 1100 110011 101110

Color Harmonies of #B25139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25139

Black with #B25139

Text Example


Text Example

White with #B25139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25139; }

 p { color: rgb(178,81,57); }

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

background-color css

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

 a { background-color: rgb(178,81,57); }

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

border-color css

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

 span { border-color: rgb(178,81,57); }

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