Html Css Color HEX #B25537 Orange Roughy

📋 copy color: '#B25537'

red 178 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #B25537

Tints of Orange Roughy #B25537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 55.97%
G = 26.73%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B25537 (or 0xB25537) is known color: Orange Roughy. HEX triplet: B2, 55 and 37. RGB value is (178,85,55). Sum of RGB (Red+Green+Blue) = 178+85+55=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B25537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25537 is #4DAAC8. Grayscale: #6D6D6D. Windows color (decimal): -5089993 or 3626418. OLE color: 3626418.

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

Color convert

RGB 178 85 55 -
CMYK 0 0.52 0.69 0.30
HSL 14.63º 0.53% 0.46% -
HSV(B) 14.63º 0.69% 0.7% -
XYZ 22.3 16.24 5.57 -
YUV 109.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 178 85 55 0 0.52 0.69 0.30 14.63 0.53 0.46
Hex B2 55 37 0 34 45 1E F 35 2E
Octal 262 125 67 0 64 105 36 17 65 56
Binary 10110010 1010101 110111 0 110100 1000101 11110 1111 110101 101110

Color Harmonies of #B25537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25537

Black with #B25537

Text Example


Text Example

White with #B25537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25537; }

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

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

background-color css

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

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

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

border-color css

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

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

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