Html Css Color HEX #B1533B Orange Roughy

📋 copy color: '#B1533B'

red 177 ◦ green 83 ◦ blue 59

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

Shades of Orange Roughy #B1533B

Tints of Orange Roughy #B1533B

RGB

 RED value IS 177 (69.53% from 255) = 55.49%

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

 BLUE value IS 59 (23.44% from 255) = 18.5%

R = 55.49%
G = 26.02%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1533B (or 0xB1533B) is known color: Orange Roughy. HEX triplet: B1, 53 and 3B. RGB value is (177,83,59). Sum of RGB (Red+Green+Blue) = 177+83+59=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1533B is #4EACC4. Grayscale: #6C6C6C. Windows color (decimal): -5156037 or 3888049. OLE color: 3888049.

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

Color convert

RGB 177 83 59 -
CMYK 0 0.53 0.67 0.31
HSL 12.2º 0.5% 0.46% -
HSV(B) 12.2º 0.67% 0.69% -
XYZ 22.01 15.85 6.04 -
YUV 108.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 177 83 59 0 0.53 0.67 0.31 12.2 0.5 0.46
Hex B1 53 3B 0 35 43 1F C 32 2E
Octal 261 123 73 0 65 103 37 14 62 56
Binary 10110001 1010011 111011 0 110101 1000011 11111 1100 110010 101110

Color Harmonies of #B1533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1533B

Black with #B1533B

Text Example


Text Example

White with #B1533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1533B; }

 p { color: rgb(177,83,59); }

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

background-color css

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

 a { background-color: rgb(177,83,59); }

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

border-color css

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

 span { border-color: rgb(177,83,59); }

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