Html Css Color HEX #B25439 Orange Roughy

📋 copy color: '#B25439'

red 178 ◦ green 84 ◦ blue 57

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

Shades of Orange Roughy #B25439

Tints of Orange Roughy #B25439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.33%

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

R = 55.8%
G = 26.33%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B25439 (or 0xB25439) is known color: Orange Roughy. HEX triplet: B2, 54 and 39. RGB value is (178,84,57). Sum of RGB (Red+Green+Blue) = 178+84+57=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B25439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25439 is #4DABC6. Grayscale: #6D6D6D. Windows color (decimal): -5090247 or 3757234. OLE color: 3757234.

HSL color Cylindrical-coordinate representation of color #B25439: hue angle of 13.39º 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 #B25439 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 84 57 -
CMYK 0 0.53 0.68 0.30
HSL 13.39º 0.51% 0.46% -
HSV(B) 13.39º 0.68% 0.7% -
XYZ 22.27 16.1 5.81 -
YUV 109.03 98.64 177.2 -
System Red Green Blue C M Y K H S L
Decimal 178 84 57 0 0.53 0.68 0.30 13.39 0.51 0.46
Hex B2 54 39 0 35 44 1E D 33 2E
Octal 262 124 71 0 65 104 36 15 63 56
Binary 10110010 1010100 111001 0 110101 1000100 11110 1101 110011 101110

Color Harmonies of #B25439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25439

Black with #B25439

Text Example


Text Example

White with #B25439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25439; }

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

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

background-color css

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

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

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

border-color css

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

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

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