Html Css Color HEX #B05336 Orange Roughy

📋 copy color: '#B05336'

red 176 ◦ green 83 ◦ blue 54

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

Shades of Orange Roughy #B05336

Tints of Orange Roughy #B05336

RGB

 RED value IS 176 (69.14% from 255) = 56.23%

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 56.23%
G = 26.52%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B05336 (or 0xB05336) is known color: Orange Roughy. HEX triplet: B0, 53 and 36. RGB value is (176,83,54). Sum of RGB (Red+Green+Blue) = 176+83+54=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B05336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05336 is #4FACC9. Grayscale: #6B6B6B. Windows color (decimal): -5221578 or 3560368. OLE color: 3560368.

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

Color convert

RGB 176 83 54 -
CMYK 0 0.53 0.69 0.31
HSL 14.26º 0.53% 0.45% -
HSV(B) 14.26º 0.69% 0.69% -
XYZ 21.66 15.68 5.38 -
YUV 107.5 97.81 176.86 -
System Red Green Blue C M Y K H S L
Decimal 176 83 54 0 0.53 0.69 0.31 14.26 0.53 0.45
Hex B0 53 36 0 35 45 1F E 35 2D
Octal 260 123 66 0 65 105 37 16 65 55
Binary 10110000 1010011 110110 0 110101 1000101 11111 1110 110101 101101

Color Harmonies of #B05336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05336

Black with #B05336

Text Example


Text Example

White with #B05336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05336; }

 p { color: rgb(176,83,54); }

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

background-color css

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

 a { background-color: rgb(176,83,54); }

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

border-color css

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

 span { border-color: rgb(176,83,54); }

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