Html Css Color HEX #B25639 Orange Roughy

📋 copy color: '#B25639'

red 178 ◦ green 86 ◦ blue 57

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

Shades of Orange Roughy #B25639

Tints of Orange Roughy #B25639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

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

R = 55.45%
G = 26.79%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B25639 (or 0xB25639) is known color: Orange Roughy. HEX triplet: B2, 56 and 39. RGB value is (178,86,57). Sum of RGB (Red+Green+Blue) = 178+86+57=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B25639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25639 is #4DA9C6. Grayscale: #6E6E6E. Windows color (decimal): -5089735 or 3757746. OLE color: 3757746.

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

Color convert

RGB 178 86 57 -
CMYK 0 0.52 0.68 0.30
HSL 14.38º 0.51% 0.46% -
HSV(B) 14.38º 0.68% 0.7% -
XYZ 22.43 16.42 5.86 -
YUV 110.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 178 86 57 0 0.52 0.68 0.30 14.38 0.51 0.46
Hex B2 56 39 0 34 44 1E E 33 2E
Octal 262 126 71 0 64 104 36 16 63 56
Binary 10110010 1010110 111001 0 110100 1000100 11110 1110 110011 101110

Color Harmonies of #B25639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25639

Black with #B25639

Text Example


Text Example

White with #B25639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25639; }

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

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

background-color css

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

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

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

border-color css

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

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

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