Html Css Color HEX #B35437 Orange Roughy

📋 copy color: '#B35437'

red 179 ◦ green 84 ◦ blue 55

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

Shades of Orange Roughy #B35437

Tints of Orange Roughy #B35437

RGB

 RED value IS 179 (70.31% from 255) = 56.29%

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

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

R = 56.29%
G = 26.42%
B = 17.3%

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

#B35437 (or 0xB35437) is known color: Orange Roughy. HEX triplet: B3, 54 and 37. RGB value is (179,84,55). Sum of RGB (Red+Green+Blue) = 179+84+55=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B35437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35437 is #4CABC8. Grayscale: #6D6D6D. Windows color (decimal): -5024713 or 3626163. OLE color: 3626163.

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

Color convert

RGB 179 84 55 -
CMYK 0 0.53 0.69 0.30
HSL 14.03º 0.53% 0.46% -
HSV(B) 14.03º 0.69% 0.7% -
XYZ 22.45 16.2 5.56 -
YUV 109.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 179 84 55 0 0.53 0.69 0.30 14.03 0.53 0.46
Hex B3 54 37 0 35 45 1E E 35 2E
Octal 263 124 67 0 65 105 36 16 65 56
Binary 10110011 1010100 110111 0 110101 1000101 11110 1110 110101 101110

Color Harmonies of #B35437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35437

Black with #B35437

Text Example


Text Example

White with #B35437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35437; }

 p { color: rgb(179,84,55); }

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

background-color css

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

 a { background-color: rgb(179,84,55); }

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

border-color css

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

 span { border-color: rgb(179,84,55); }

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