Html Css Color HEX #B25037 Orange Roughy

📋 copy color: '#B25037'

red 178 ◦ green 80 ◦ blue 55

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

Shades of Orange Roughy #B25037

Tints of Orange Roughy #B25037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 56.87%
G = 25.56%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B25037 (or 0xB25037) is known color: Orange Roughy. HEX triplet: B2, 50 and 37. RGB value is (178,80,55). Sum of RGB (Red+Green+Blue) = 178+80+55=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B25037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25037 is #4DAFC8. Grayscale: #6A6A6A. Windows color (decimal): -5091273 or 3625138. OLE color: 3625138.

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

Color convert

RGB 178 80 55 -
CMYK 0 0.55 0.69 0.30
HSL 12.2º 0.53% 0.46% -
HSV(B) 12.2º 0.69% 0.7% -
XYZ 21.92 15.48 5.45 -
YUV 106.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 178 80 55 0 0.55 0.69 0.30 12.2 0.53 0.46
Hex B2 50 37 0 37 45 1E C 35 2E
Octal 262 120 67 0 67 105 36 14 65 56
Binary 10110010 1010000 110111 0 110111 1000101 11110 1100 110101 101110

Color Harmonies of #B25037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25037

Black with #B25037

Text Example


Text Example

White with #B25037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25037; }

 p { color: rgb(178,80,55); }

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

background-color css

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

 a { background-color: rgb(178,80,55); }

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

border-color css

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

 span { border-color: rgb(178,80,55); }

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