Html Css Color HEX #B0583C Orange Roughy

📋 copy color: '#B0583C'

red 176 ◦ green 88 ◦ blue 60

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

Shades of Orange Roughy #B0583C

Tints of Orange Roughy #B0583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 54.32%
G = 27.16%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0583C (or 0xB0583C) is known color: Orange Roughy. HEX triplet: B0, 58 and 3C. RGB value is (176,88,60). Sum of RGB (Red+Green+Blue) = 176+88+60=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0583C is #4FA7C3. Grayscale: #6F6F6F. Windows color (decimal): -5220292 or 3954864. OLE color: 3954864.

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

Color convert

RGB 176 88 60 -
CMYK 0 0.50 0.66 0.31
HSL 14.48º 0.49% 0.46% -
HSV(B) 14.48º 0.66% 0.69% -
XYZ 22.21 16.54 6.3 -
YUV 111.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 176 88 60 0 0.50 0.66 0.31 14.48 0.49 0.46
Hex B0 58 3C 0 32 42 1F E 31 2E
Octal 260 130 74 0 62 102 37 16 61 56
Binary 10110000 1011000 111100 0 110010 1000010 11111 1110 110001 101110

Color Harmonies of #B0583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0583C

Black with #B0583C

Text Example


Text Example

White with #B0583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0583C; }

 p { color: rgb(176,88,60); }

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

background-color css

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

 a { background-color: rgb(176,88,60); }

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

border-color css

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

 span { border-color: rgb(176,88,60); }

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