Html Css Color HEX #B25438 Orange Roughy

📋 copy color: '#B25438'

red 178 ◦ green 84 ◦ blue 56

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

Shades of Orange Roughy #B25438

Tints of Orange Roughy #B25438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 55.97%
G = 26.42%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B25438 (or 0xB25438) is known color: Orange Roughy. HEX triplet: B2, 54 and 38. RGB value is (178,84,56). Sum of RGB (Red+Green+Blue) = 178+84+56=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B25438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25438 is #4DABC7. Grayscale: #6D6D6D. Windows color (decimal): -5090248 or 3691698. OLE color: 3691698.

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

Color convert

RGB 178 84 56 -
CMYK 0 0.53 0.69 0.30
HSL 13.77º 0.52% 0.46% -
HSV(B) 13.77º 0.69% 0.7% -
XYZ 22.24 16.09 5.67 -
YUV 108.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 178 84 56 0 0.53 0.69 0.30 13.77 0.52 0.46
Hex B2 54 38 0 35 45 1E E 34 2E
Octal 262 124 70 0 65 105 36 16 64 56
Binary 10110010 1010100 111000 0 110101 1000101 11110 1110 110100 101110

Color Harmonies of #B25438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25438

Black with #B25438

Text Example


Text Example

White with #B25438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25438; }

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

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

background-color css

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

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

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

border-color css

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

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

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