Html Css Color HEX #B25436 Orange Roughy

📋 copy color: '#B25436'

red 178 ◦ green 84 ◦ blue 54

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

Shades of Orange Roughy #B25436

Tints of Orange Roughy #B25436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 56.33%
G = 26.58%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B25436 (or 0xB25436) is known color: Orange Roughy. HEX triplet: B2, 54 and 36. RGB value is (178,84,54). Sum of RGB (Red+Green+Blue) = 178+84+54=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B25436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25436 is #4DABC9. Grayscale: #6C6C6C. Windows color (decimal): -5090250 or 3560626. OLE color: 3560626.

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

Color convert

RGB 178 84 54 -
CMYK 0 0.53 0.70 0.30
HSL 14.52º 0.53% 0.45% -
HSV(B) 14.52º 0.7% 0.7% -
XYZ 22.2 16.07 5.42 -
YUV 108.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 178 84 54 0 0.53 0.70 0.30 14.52 0.53 0.45
Hex B2 54 36 0 35 46 1E F 35 2D
Octal 262 124 66 0 65 106 36 17 65 55
Binary 10110010 1010100 110110 0 110101 1000110 11110 1111 110101 101101

Color Harmonies of #B25436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25436

Black with #B25436

Text Example


Text Example

White with #B25436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25436; }

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

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

background-color css

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

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

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

border-color css

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

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

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